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
2014-12-17
Serializer API restrictions.
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-13
Improve check for nested writes
Tom Christie
2014-12-10
Fix trailing space
J. Iván Alegre
2014-12-10
Remove unnecessary hasattr all and add comment for nested relationships
J. Iván Alegre
2014-12-09
Take in care that input data in serializer can be a Manager
J. Iván Alegre
2014-12-09
Update serializers.py
Julio Iván Alegre
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-08
Added ListSerializer.validate(). Closes #2168.
Tom Christie
2014-12-07
Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)
Xavier Ordoquy
2014-12-05
Test tweaks
Tom Christie
2014-12-05
Merge pull request #2213 from BrickXu/master
Tom Christie
2014-12-05
Minor tweaks
Tom Christie
2014-12-05
Better serializer errors for nested writes. Closes #2202
Tom Christie
2014-12-05
Add validation for fields & exclude type.
BrickXu
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-03
Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-rename
Tom Christie
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
2014-12-03
Improve nested update and create testing.
Tom Christie
2014-12-03
Improved nested update test in update().
Tom Christie
2014-12-02
Minor tweaks for helpful message on Model.objects.create() failure.
Tom Christie
2014-12-02
Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...
Tom Christie
2014-12-02
Raise assertion error if calling .save() on a serializer with errors. Closes ...
Tom Christie
2014-12-01
Minor validtors tweak
3.0.0
Tom Christie
2014-12-01
More descriptive docstring on ModelSerializer
Tom Christie
2014-12-01
Support Django's core ValidationError for backwards compat. Refs #2145.
Tom Christie
2014-11-28
Merge branch '3.0-docs'
Tom Christie
2014-11-28
Moar docs. Amazing.
Tom Christie
2014-11-27
Drop transform_<field_name>
Tom Christie
2014-11-25
Documentation in 'many_init' docstring. Refs #2120.
Tom Christie
2014-11-20
Fix non-determanistic default bug. Closes #2099.
Tom Christie
2014-11-19
Fix non-determanistic unique constraint mapping. Refs #2092.
Tom Christie
2014-11-19
Minor fix for #2092.
Tom Christie
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-18
Note removal of 'save_object' and fail loudly if it exists
Tom Christie
2014-11-15
More helpful error message when default `.create` fails. Closes #2013.
Gregor Müllegger
2014-11-13
ReturnList and ReturnDict wrapped at nicer point
Tom Christie
2014-11-13
Refactor many
Tom Christie
2014-11-13
Split out .create and .update on ListSerializer
Tom Christie
2014-11-07
Fix initial data on serializers to reflect writable fields
Tom Christie
2014-11-07
Fix serializer initial data
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-11-06
Fix exception style for py3
Tom Christie
2014-11-06
More precise assertion error for bulk update
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
Pass through kwargs to both Serializer and ListSerializer
Tom Christie
2014-11-05
Minor cleanup
Tom Christie
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
[next]