mirror of
https://github.com/django/django.git
synced 2025-07-05 18:29:11 +00:00
[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.
Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master
This commit is contained in:
parent
fceefb4d25
commit
9a64da9399
@ -25,7 +25,7 @@ restricted subset of the test client API:
|
||||
:meth:`~Client.options()`, and :meth:`~Client.trace()`.
|
||||
|
||||
* These methods accept all the same arguments *except* for
|
||||
``follows``. Since this is just a factory for producing
|
||||
``follow``. Since this is just a factory for producing
|
||||
requests, it's up to you to handle the response.
|
||||
|
||||
* It does not support middleware. Session and authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user