mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
class docstring
This commit is contained in:
parent
ad94fd82af
commit
f284134c44
|
@ -413,6 +413,10 @@ class URLPatternsTestCase(testcases.SimpleTestCase):
|
||||||
del cls._module.urlpatterns
|
del cls._module.urlpatterns
|
||||||
|
|
||||||
class ModelTestCase(APITestCase):
|
class ModelTestCase(APITestCase):
|
||||||
|
"""
|
||||||
|
Make request according to model
|
||||||
|
"""
|
||||||
|
|
||||||
model = None
|
model = None
|
||||||
|
|
||||||
def __model_fields(self):
|
def __model_fields(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user