summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-09 18:32:27 -0500
committerTim Graham <timograham@gmail.com>2013-01-09 18:34:36 -0500
commit7f7b6a369b5d8749bf7ef3324803b8041ff59b56 (patch)
tree8eeee780d20023cb58bf5c2dac768f4398690f20 /docs
parent1d3368b587c786128d1cf0b6f172f35e03269ecc (diff)
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
It was removed in Django 1.5, not deprecated. Backport of 066cf2d70e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 7d5034eaec..27871d5362 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2273,12 +2273,3 @@ IGNORABLE_404_STARTS
.. deprecated:: 1.4
This setting has been superseded by :setting:`IGNORABLE_404_URLS`.
-
-.. setting:: URL_VALIDATOR_USER_AGENT
-
-URL_VALIDATOR_USER_AGENT
-------------------------
-
-.. deprecated:: 1.5
- This value was used as the ``User-Agent`` header when checking if a URL
- exists, a feature that was removed due to security and performance issues.