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
/
rest_framework
/
serializers.py
Age
Commit message (
Expand
)
Author
2013-05-18
Rename has_user_through_model -> has_through_model
Tom Christie
2013-05-18
Merge pull request #854 from ryankask/issue-775
Tom Christie
2013-05-18
Merge pull request #858 from minddust/fix_710
Tom Christie
2013-05-18
Update getattr
Stephan Groß
2013-05-18
Merge pull request #859 from craigds/master
Tom Christie
2013-05-18
when source='*' on a nested serializer, expand fields into outer serializer w...
Craig de Stigter
2013-05-18
Fix for #710
Stephan Groß
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
ToMany fields default to read-only if targeting ManyToManyField.
Ryan Kaskel
2013-05-18
A model's field is required if is null or blank
Pablo Recio
2013-05-15
Test and fix which closes #652.
Tom Christie
2013-05-14
Fix assert messaging on fields/exclude checking. Closes #833
Tom Christie
2013-05-09
Fix HyperlinkedModelSerializer not respecting lookup_fields
Tom Christie
2013-05-05
lookup_field on hyperlink serializers
Tom Christie
2013-05-01
lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...
Tom Christie
2013-04-30
Merge master
Tom Christie
2013-04-30
Drop out attribute
Tom Christie
2013-04-29
fields shortcut on views
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-27
Changed definition of NestedModelSerializer to correct depth handling
JC
2013-04-26
DecimalField
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-23
Ensure implementation of reverse relations in 'fields' is backwards compatible
Tom Christie
2013-04-15
Add DecimalField to field_mapping
Stephan Groß
2013-04-10
First pass on automatically including reverse relationship
Tom Christie
2013-04-02
Don't have the ModelSerializer trust deserialized objects to not have redefin...
J. Paul Reed
2013-03-25
Bulk update, allow_add_remove flag
Tom Christie
2013-03-22
Defer the writable nested modelserializers work
Tom Christie
2013-03-22
Merge master
Tom Christie
2013-03-22
Bit of extra tidying and plenty of docs
Tom Christie
2013-03-22
Add extra tests for errors from incorrect data with multiple create/update
Tom Christie
2013-03-19
Basic bulk create and bulk update
Tom Christie
2013-03-18
use writablefield style for serializer handling of self.default
Craig de Stigter
2013-03-18
allow default values in writable serializer fields
Craig de Stigter
2013-03-18
accept all WritableField kwargs for writable serializers (eg required=True)
Craig de Stigter
2013-03-16
Fixes to save_object
Tom Christie
2013-03-16
Fixes to save_object
Tom Christie
2013-03-16
Clean up and comment `restore_object`
Tom Christie
2013-03-15
Remove unneeded arguments to save_object
Tom Christie
2013-03-15
Remove erronous _delete attribute
Tom Christie
2013-03-15
Clean out ModelSerializer special casing from Serializer.field_from_native
Tom Christie
2013-03-15
one 2 one nested relationships
Tom Christie
2013-03-14
One-to-one writable, nested serializer support
Mark Aaron Shirley
2013-03-13
force_insert, force_update arguments. Closes #484.
Tom Christie
2013-03-12
Descriptive text for NestedValidationError
Tom Christie
2013-03-12
Initial support for writable nested serialization (Not ModelSerializer)
Tom Christie
2013-03-11
Simplify inherited child check to not use isinstance
Mjumbe Wawatu Ukweli
2013-03-11
Use parent's primary key when model is derived via multitable inheritance
Mjumbe Wawatu Ukweli
2013-03-09
Serializers support bulk create.
Tom Christie
2013-03-08
Py3k fixes.
Tom Christie
[next]