diff options
| author | Tom Christie | 2013-01-04 13:05:31 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-01-04 13:05:31 +0000 |
| commit | 4c86fd46d772e1fd3789d9ed2a76b9b92cce0872 (patch) | |
| tree | f18c68752a0bcebf92dc8d642e16ff07ad759005 | |
| parent | 6e9865cb71ff45e90020d3d0dc7c40f20c760d2e (diff) | |
| download | django-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 |
