mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
fix issues
This commit is contained in:
parent
5b82c06797
commit
0a7f423cdd
|
@ -3,6 +3,7 @@ from operator import attrgetter
|
||||||
from django.core.exceptions import ObjectDoesNotExist
|
from django.core.exceptions import ObjectDoesNotExist
|
||||||
from django.urls import NoReverseMatch
|
from django.urls import NoReverseMatch
|
||||||
|
|
||||||
|
|
||||||
class MockObject:
|
class MockObject:
|
||||||
"""
|
"""
|
||||||
A mock object for testing purposes.
|
A mock object for testing purposes.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user