aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-01-04 13:05:31 +0000
committerTom Christie2013-01-04 13:05:31 +0000
commit4c86fd46d772e1fd3789d9ed2a76b9b92cce0872 (patch)
treef18c68752a0bcebf92dc8d642e16ff07ad759005
parent6e9865cb71ff45e90020d3d0dc7c40f20c760d2e (diff)
downloaddjango-rest-framework-4c86fd46d772e1fd3789d9ed2a76b9b92cce0872.tar.bz2
Rename module for basic relational field tests
-rw-r--r--rest_framework/tests/relations.py (renamed from rest_framework/tests/fields.py)4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest_framework/tests/fields.py b/rest_framework/tests/relations.py
index 147a9229..108ec473 100644
--- a/rest_framework/tests/fields.py
+++ b/rest_framework/tests/relations.py
@@ -1,3 +1,7 @@
+"""
+General tests for relational fields.
+"""
+
from django.db import models
from django.test import TestCase
from rest_framework import serializers