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