mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Update tests/test_serializer_lists.py
This commit is contained in:
parent
20b7ac705a
commit
1fe232eb75
|
@ -6,7 +6,7 @@ from django.utils.datastructures import MultiValueDict
|
|||
|
||||
from rest_framework import serializers
|
||||
from rest_framework.exceptions import ErrorDetail
|
||||
from tests.models import (
|
||||
from tests.models import (CustomManagerModel, NullableOneToOneSource, OneToOneTarget)
|
||||
CustomManagerModel,
|
||||
NullableOneToOneSource,
|
||||
OneToOneTarget
|
||||
|
|
Loading…
Reference in New Issue
Block a user