mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24773 -- Added a json() method on test client responses.
This commit is contained in:
@@ -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
|
||||
^^^^
|
||||
|
||||
Reference in New Issue
Block a user