aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations_nested.py
AgeCommit message (Expand)Author
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-10unused importsJuan Riaza
2013-01-07Create separate *NullableOneToOneTests TestCaseMark Aaron Shirley
2013-01-04Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-oneMark Aaron Shirley
2013-01-03Move relation tests models into models.pyMark Aaron Shirley
2013-01-02Fixed unicode errors.Xavier Ordoquy
2012-12-29Nested serializers now support nullable relationships, plus test. Fixes #384Tom Christie
2012-12-29Add tests for nested FKsTom Christie
2012-12-21Make nested tests consistent with pk and hyperlink testsTom Christie
2012-12-21Rename relationship tests so they show up togetherTom Christie