aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations.py
AgeCommit message (Collapse)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-18add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and ↵Craig de Stigter
HyperlinkedRelatedField. #694
2013-05-18add tests for related field source for RelatedField and ↵Craig de Stigter
PrimaryKeyRelatedField. #694
2013-02-07Use new many=True relations style.Tom Christie
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-30Added regretion test for issue #632Fernando Rocha
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-01-04Add proper validation for updating relational fields with incorrect types. ↵Tom Christie
Fixes #446.
2013-01-04Rename module for basic relational field testsTom Christie