mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 10:03:57 +03:00
Fixed misspelled remark in comments.
This commit is contained in:
parent
8d806d0cef
commit
cc13e95d5e
|
@ -344,7 +344,7 @@ class ExampleView(generics.ListCreateAPIView):
|
|||
class TestM2MBrowseableAPI(TestCase):
|
||||
def test_m2m_in_browseable_api(self):
|
||||
"""
|
||||
Test for particularly ugly reression with m2m in browseable API
|
||||
Test for particularly ugly regression with m2m in browseable API
|
||||
"""
|
||||
request = factory.get('/', HTTP_ACCEPT='text/html')
|
||||
view = ExampleView().as_view()
|
||||
|
|
Loading…
Reference in New Issue
Block a user