aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Expand)Author
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Copy validators lists on instantiation.Tom Christie
2014-12-19build_*_field methodsTom Christie
2014-12-19build_field, build_final_kwargsTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19depth should reduce by one on each nesting level. Closes #2287.Tom Christie
2014-12-19Clean upTom Christie
2014-12-19get_uniqueness_field_options first passTom Christie
2014-12-19get_extra_kwargsTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-19Merge branch 'version-3.1' into model-serializer-apiTom Christie
2014-12-19get_unique_together_validators and get_unique_for_date_validatorsTom Christie
2014-12-18Assert fields in `exclude` are model fieldsTymur Maryokhin
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