aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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