mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24773 -- Added a json() method on test client responses.
This commit is contained in:
parent
46ce72e8d2
commit
4525a0c466
6 changed files with 40 additions and 2 deletions
|
@ -289,7 +289,8 @@ Requests and Responses
|
|||
Tests
|
||||
^^^^^
|
||||
|
||||
* ...
|
||||
* Added the :meth:`json() <django.test.Response.json>` method to test client
|
||||
responses to give access to the response body as JSON.
|
||||
|
||||
URLs
|
||||
^^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue