mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-30 05:24:00 +03:00
Rename module for basic relational field tests
This commit is contained in:
parent
6e9865cb71
commit
4c86fd46d7
|
@ -1,3 +1,7 @@
|
||||||
|
"""
|
||||||
|
General tests for relational fields.
|
||||||
|
"""
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
Loading…
Reference in New Issue
Block a user