Rename module for basic relational field tests

This commit is contained in:
Tom Christie 2013-01-04 13:05:31 +00:00
parent 6e9865cb71
commit 4c86fd46d7

View File

@ -1,3 +1,7 @@
"""
General tests for relational fields.
"""
from django.db import models
from django.test import TestCase
from rest_framework import serializers