aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/genericrelations.py
AgeCommit message (Expand)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-02-27`assertEquals` -> `assertEqual`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-25Test for GFK, using RelatedField. Refs #607.Tom Christie
2013-01-25Cleaning up GFK test module. Refs #607.Tom Christie
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-10-09Remove Field handling relations/relationship managers - use RelatedField/Many...Tom Christie
2012-10-04Fix for field to make it easier to access field relationshipsTom Christie