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