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-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
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Validator documentation and tweaks
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
unique_for_month, unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-22
.validate() can raise field errors or non-field errors
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
get_attribute method on fields
Tom Christie
2014-10-16
Stricter checking for failure cases.
Tom Christie
2014-10-15
Add a keys method to BindingDict
Marty Alchin
2014-10-15
Support fields that reference a simple callable
Tom Christie
2014-10-15
Fix 'lookup_field' on ModelSerializer. Closes #1944.
Tom Christie
2014-10-10
Relations in 'read_only_fields' should not include a queryset kwarg
Tom Christie
2014-10-10
Flake8
Tom Christie
2014-10-10
Tweaks
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
[prev]
[next]