aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_serializer_nested.py
AgeCommit message (Expand)Author
2014-03-02Support for running the test suite with py.testAndreas Pelme
2014-01-13Move ImportingModelSerializerTests and add comments.Dustin Farris
2014-01-09Move serializer import to top-level causes test errorDustin Farris
2014-01-08Testing nested serializers with models that have str foreign key references.Dustin Farris
2013-11-17Fixed the nested model serializers in case of the related_name isn’t set.Xavier Ordoquy
2013-10-11fix ticket link in test docstringCraig de Stigter
2013-10-11fix writing into foreign key with non-null sourceCraig de Stigter
2013-05-29Rename test modules to 1.6 styleTom Christie