aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/serializer.py
AgeCommit message (Expand)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-22Use assertEqual, not assertEqualsTom Christie
2013-05-22Minor cleanupTom Christie
2013-05-21Merge and styling fixesTom Christie
2013-05-18Merge pull request #865 from ryankask/issue-747-lazy-strings-serializedTom Christie
2013-05-18Drop another case of u'', this time from #530 codeMarkus Törnqvist
2013-05-18Drop u'', it was used inconsistently and breaks for nothing with Python 3.2Markus Törnqvist
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist
2013-05-18Add min_value=0 to autogenerated Pos..IntFieldsStephan Groß
2013-05-18Update FieldLabelTest to use new BasicModel.verbose_nameMarkus Törnqvist
2013-05-18Merge pull request #858 from minddust/fix_710Tom Christie
2013-05-18Removed unicode literalsPablo Recio
2013-05-18Merge branch 'master' into 675-empty-label-related-fieldPablo Recio
2013-05-18Merge pull request #859 from craigds/masterTom Christie
2013-05-18Move and rename LabelModelSerializer for further reuseMarkus Törnqvist
2013-05-18Remove unused varStephan Groß
2013-05-18Clean up test case.Ryan Kaskel
2013-05-18when source='*' on a nested serializer, expand fields into outer serializer w...Craig de Stigter
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Fix for #710Stephan Groß
2013-05-18Display an empty label into related fields if it isn't requiredPablo Recio
2013-05-18Merge pull request #831 from brianz/masterTom Christie
2013-05-18Moved test model into closer to the testcasePablo Recio
2013-05-18Merge branch 'master' into 725-blank-choice-dashPablo Recio
2013-05-18Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't requiredPablo Recio
2013-05-18ManyHyperlinkedRelatedField comes form rest_framework.relations nowMarkus Törnqvist
2013-05-18Merge branch 'mikee2185-master' into mjtorn-masterMarkus Törnqvist
2013-05-18add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...Craig de Stigter
2013-05-15Test and fix which closes #652.Tom Christie
2013-05-13Allow for missing non-required nested objects.Brian Zambrano
2013-04-30Merge masterTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-27Changed DepthTest to have depth=2JC
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-03-23Added tests for issue 747 in serializer.pyMatteo Suppo
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