1
0
mirror of https://github.com/django/django.git synced 2025-03-26 17:20:49 +00:00

Fixed typo in docs/topics/testing/advanced.txt. (#9416)

This commit is contained in:
Sergey Fedoseev 2017-12-04 14:23:16 +05:00 committed by GitHub
parent 450c933fff
commit 3922f02dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ restricted subset of the test client API:
:meth:`~Client.options()`, and :meth:`~Client.trace()`. :meth:`~Client.options()`, and :meth:`~Client.trace()`.
* These methods accept all the same arguments *except* for * 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. requests, it's up to you to handle the response.
* It does not support middleware. Session and authentication * It does not support middleware. Session and authentication