aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations_pk.py
AgeCommit message (Expand)Author
2013-05-18add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and Hype...Craig de Stigter
2013-05-18add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...Craig de Stigter
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-03-10Failing test to show problem of #720Bouke Haarsma
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-13Fix pk relations tests which were not running.Tom Christie
2013-02-12Remove deprecated APIs from testsTom Christie
2013-02-07Use new many=True relations style.Tom Christie
2013-02-04Cleanup importsTom 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-18Raise Validation Errors when relationships receive incorrect types. Fixes #590.Tom Christie
2013-01-16Drop bits of relations_slug tests which don't mirror existing tests.Tom Christie
2013-01-10unused importsJuan Riaza
2013-01-07Create separate *NullableOneToOneTests TestCaseMark Aaron Shirley
2013-01-03Move relation tests models into models.pyMark Aaron Shirley
2013-01-02Fixed unicode errors.Xavier Ordoquy
2012-12-31Don't persist relation changes in ModelSerializer#restore_object()Mark Aaron Shirley
2012-12-29Add reverse FK update testsTom Christie
2012-12-29Support reverse FK creationTom Christie
2012-12-29Add FK create testsTom Christie
2012-12-29Tests for retrieving nullable relationsTom Christie
2012-12-21Rename relationship tests so they show up togetherTom Christie