aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations_slug.py
AgeCommit message (Expand)Author
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-13Fix pk relations tests which were not running.Tom Christie
2013-02-12Remove deprecated APIs from testsTom Christie
2013-02-07Use new style of `required=<bool>` not `blank` or `null`Tom Christie
2013-02-07Use new many=True relations style.Tom Christie
2013-02-04Merge branch 'py3k' into 2.2Tom Christie
2013-02-013.2, 3.3 compatTom Christie
2013-01-30Merge branch 'master' into many-fieldsTom 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-15Added a new file 'relations_slug.py' that tests Nullable Foreign Keys and the...Steven Gregory