aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations.py
AgeCommit message (Collapse)Author
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