aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/genericrelations.py
AgeCommit message (Collapse)Author
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
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-02-013.2, 3.3 compatTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵Tom Christie
working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py
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 ↵Tom Christie
RelatedField/ManyRelatedField instead
2012-10-04Fix for field to make it easier to access field relationshipsTom Christie