aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/serializer.py
AgeCommit message (Expand)Author
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22Test moved out of serializer.py into serializer_bulk_updateTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-08Py3k fixes.Tom Christie
2013-03-08Tweak implementation, and use FormSet style errorsTom Christie
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-02-27`assertEquals` -> `assertEqual`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-22FormattingTom Christie
2013-02-21Add assertion in testYuri Prezument
2013-02-21Failing test case for #669Yuri Prezument
2013-02-12Test for None in 'dotted.source' component.Tom Christie
2013-02-12Unicode literal fixTom Christie
2013-02-12Test for #637.Tom Christie
2013-02-12Remove deprecated APIs from testsTom 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-04Merge branch 'master' into 2.2Tom Christie
2013-02-04Fix incorrect test name. Fixes #635Tom 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-30Merge branch 'master' into many-fieldsTom Christie
2013-01-28Ensure model field validation is performed for ModelSerializers with a custom...Tom Christie
2013-01-26Merge branch 'master' into many-fieldsTom Christie
2013-01-23Add separate test for failed custom validationStephan Groß
2013-01-21Add failed testcase for fieldvalidationStephan Groß
2013-01-18Starting migration from ManyField to Field(many=True)Tom Christie
2013-01-04Validation errors instead of exceptions when serializers receive incorrect ty...Tom Christie
2013-01-03Merge pull request #541 from yprez/default_and_partial_serializers2Tom Christie
2013-01-02Fixed unicode errors.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-29Merge pull request #515 from yprez/blank_fields_issueTom Christie
2012-12-25Regression test for #532 - values overriden by "default" settingYuri Prezument
2012-12-19Merge remote-tracking branch 'upstream/master' into related-requiredMark Aaron Shirley
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru 1...Tom Christie
2012-12-19Failing test with partial serializer and foreign keysYuri Prezument
2012-12-17Failing test case for #514Yuri Prezument
2012-12-15Added test for "positive_integer in choices tuple does not get parsed if not ...Joel Marcotte
2012-12-12Clean up field initialization. Fixes #497Tom Christie