mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 18:13:57 +03:00
Correcy typo.
This commit is contained in:
parent
5fffaf89e2
commit
a91dca178d
|
@ -263,7 +263,7 @@ class TestInstanceView(TestCase):
|
||||||
at the requested url if it doesn't exist.
|
at the requested url if it doesn't exist.
|
||||||
"""
|
"""
|
||||||
content = {'text': 'foobar'}
|
content = {'text': 'foobar'}
|
||||||
# pk fields can not be created on demand, only the database can set th pk for a new object
|
# pk fields can not be created on demand, only the database can set the pk for a new object
|
||||||
request = factory.put('/5', json.dumps(content),
|
request = factory.put('/5', json.dumps(content),
|
||||||
content_type='application/json')
|
content_type='application/json')
|
||||||
response = self.view(request, pk=5).render()
|
response = self.view(request, pk=5).render()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user