Fixed misspelled remark.

This commit is contained in:
Omer Katz 2013-01-25 10:13:32 +03:00
parent ac537b909f
commit f245398187

View File

@ -343,7 +343,7 @@ class ExampleView(generics.ListCreateAPIView):
class TestM2MBrowseableAPI(TestCase): class TestM2MBrowseableAPI(TestCase):
def test_m2m_in_browseable_api(self): 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') request = factory.get('/', HTTP_ACCEPT='text/html')
view = ExampleView().as_view() view = ExampleView().as_view()