aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_serializer.py
AgeCommit message (Expand)Author
2014-03-02Support for running the test suite with py.testAndreas Pelme
2014-02-11Test and quick fix for #1257Carlton Gibson
2013-12-16Merge branch 'nullbooleanfield_testcase' of git://github.com/dpetzel/django-r...Tom Christie
2013-12-16Fix expansion of writable nested serializers where the inner fields have sour...Craig de Stigter
2013-12-13Fix default values always being False for browsable APIKevin Brown
2013-12-06Raise appropriate error in serializer when making a partial update to set a r...Chuck Harmston
2013-10-18add test case around ensuring proper field inference for boolean model field ...dpetzel
2013-10-17Merge pull request #1112 from tamakisquare/issue-1111Tom Christie
2013-10-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-10Ensure read-only fields don't break with current HTML renderer behaviorTom Christie
2013-10-09Merge pull request #1071 from craigds/field-transform-methodsCarlton Gibson
2013-10-03add tests for transform_fieldname methodsCraig de Stigter
2013-09-20Correct typo in doc string.Carlton Gibson
2013-09-20Clear cached serializer data on `save()` + test. Fixes #1116.Carlton Gibson
2013-09-15[Add]: CustomValidationTests.test_partial_updateColin Huang
2013-08-30Fix failing empty serializer testTom Christie
2013-08-30Drop broken placeholder serializations.Tom Christie
2013-08-28Simplifying raw data renderering supportTom Christie
2013-08-27First hacky pass at displaying raw dataTom Christie
2013-07-21Fixed testPavel Zinovkin
2013-07-05Use 'force_text', not 'unicode', for compat across python versionTom Christie
2013-07-04Remove 'Hold down "Control" ...' message from help_textAndy Freeland
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-03Regression test for #840. Closes #840.Tom Christie
2013-06-02Test cleanupTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie