index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
djangorestframework
/
serializer.py
Age
Commit message (
Expand
)
Author
2012-08-23
Merge pull request #181 from flashingpumpkin/master
Tom Christie
2012-08-13
Don't ever return the normal serializer again.
Alen Mujezinovic
2012-06-28
Don't bork if request attribute is not set.
Tom Christie
2012-06-26
Pass request to related serializers
Sean C. Farley
2012-05-22
Allow RawQuerySet serialization
Max Arnold
2012-03-01
Whoops. Adding the .parent attribute to the Serializer class broke
Alen Mujezinovic
2012-03-01
Added a .parent attribute to the Serializer object for documentation
Alen Mujezinovic
2012-03-01
Maintain a reference to the parent serializer when descending down into fields
Alen Mujezinovic
2012-02-23
Fix for #178.
Shawn Lewis
2012-02-21
Gotta love dynamic languages
Tom Christie
2012-01-21
pep8/pyflakes cleanup
Tom Christie
2012-01-10
fixed issue#73 and added a test
Sébastien Piquemal
2012-01-09
Make a nested if flat
Ewoud Kohl van Wijngaarden
2011-12-29
whitespace fixes
Tom Christie
2011-12-13
fix for unhandled _SkipField exception in Serializer.serialize_model
Marco Westerhof
2011-09-29
Make sure to check for "is not None" so that depth=0 gets assigned properly. ...
Tom Christie
2011-07-06
fixed a bug in serializers
Sébastien Piquemal
2011-07-04
debugged serializers
Sébastien Piquemal
2011-07-01
Fix bitbucket issue 39. All further issues should be on github
Tom Christie
2011-06-21
Decimals are a protected_type - let's leave them up to the renderer to deal with
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie