mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Linting
This commit is contained in:
parent
1196c60547
commit
4341aacbb0
|
@ -149,6 +149,7 @@ urlpatterns = [
|
|||
url(r'^example/(?P<name>.+)/$', lambda: None, name='example'),
|
||||
]
|
||||
|
||||
|
||||
@override_settings(ROOT_URLCONF='tests.test_relations')
|
||||
class TestHyperlinkedRelatedField(APISimpleTestCase):
|
||||
def setUp(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user