1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00

[1.10.x] Fixed typo in docs/topics/testing/tools.txt.

Backport of 2c4d15e31989ba31687fa16e889eb1bff1c9c574 from master
This commit is contained in:
Pamela McA'Nulty 2016-11-04 00:12:42 -04:00 committed by Tim Graham
parent 2527d0aaaa
commit 74e93b072a

View File

@ -1511,7 +1511,7 @@ your test suite.
point of the redirect chain.
If ``fetch_redirect_response`` is ``False``, the final page won't be
loaded. Since the test client can't fetch externals URLs, this is
loaded. Since the test client can't fetch external URLs, this is
particularly useful if ``expected_url`` isn't part of your Django app.
Scheme is handled correctly when making comparisons between two URLs. If