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-02-28
Move ModelSerializer field_mapping into an attribute for easier overriding.
Tom Christie
2013-02-26
Changed AttributeError to AssertionError
Danilo Bargen
2013-02-25
Show class name in exception message
Danilo Bargen
2013-02-25
Improved exception message for missing serializer model meta option
Danilo Bargen
2013-02-22
Fix and test for #645
Tom Christie
2013-02-22
Fix and test case for #653
Tom Christie
2013-02-22
Tests and fix for #666.
Tom Christie
2013-02-14
Added a serializer TimeField
Andreas Pelme
2013-02-14
Drop accidental (uneeded) validation logic.
Tom Christie
2013-02-12
Remove deprecated APIs from tests
Tom Christie
2013-02-12
Raise warnings on implicit many serialization
Tom Christie
2013-02-11
Merge pull request #651 from fernandogrd/master
Tom Christie
2013-02-11
Make use o issubclass instead of isinstance (fix issue #645)
Fernando Rocha
2013-02-07
Allow serializers to handle dicts as well as objects. Fixes #447.
Tom Christie
2013-02-07
Use new style of `required=<bool>` not `blank` or `null`
Tom Christie
2013-02-07
Use new many=True relations style.
Tom Christie
2013-02-06
Don't deprecate 'exclude'
Tom Christie
2013-02-04
Fix 2.6 compat
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-31
Serializers take `many=<bool>` argument.
Tom Christie
2013-01-30
Tidying
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-28
Update rest_framework/serializers.py
Andrea de Marco
2013-01-28
Ensure model field validation is performed for ModelSerializers with a custom...
Tom Christie
2013-01-26
Fix issues with custom pagination serializers
Tom Christie
2013-01-26
Serializers should accept source='*' argument. Fixes #604.
Tom Christie
2013-01-23
Improve validate_<fieldname> fix
Stephan Groß
2013-01-21
Add possible solution for field validation error
Stephan Groß
2013-01-18
Revert accidental merge.
Tom Christie
2013-01-16
Use None to delete nested object as opposed to _delete flag
Mark Aaron Shirley
2013-01-16
Move nested serializer logic into .field_from_native()
Mark Aaron Shirley
2013-01-16
Add one-to-one nested update and delete functionality
Mark Aaron Shirley
2013-01-16
Add nested create for 1to1 reverse relationships
Mark Aaron Shirley
2013-01-12
PK fields should only be read-only if they are an AutoField. Fixes #563
Tom Christie
2013-01-12
auto_now and auto_now_add fields should be read only by default
Tom Christie
2013-01-08
Merge remote-tracking branch 'upstream/master' into null-one-to-one
Mark Aaron Shirley
2013-01-07
Respect blank=True on relational fields. Fixes #537
Tom Christie
2013-01-04
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
Mark Aaron Shirley
2013-01-04
Validation errors instead of exceptions when serializers receive incorrect ty...
Tom Christie
2013-01-03
Drop unused private save_m2m flag
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Use new exception style
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-31
Don't persist relation changes in ModelSerializer#restore_object()
Mark Aaron Shirley
2012-12-31
Relation fields move into relations.py
Tom Christie
2012-12-29
Support reverse FK creation
Tom Christie
2012-12-29
Merge pull request #515 from yprez/blank_fields_issue
Tom Christie
[next]