mirror of https://github.com/django/django.git
[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
This commit is contained in:
parent
1d3368b587
commit
7f7b6a369b
|
@ -2273,12 +2273,3 @@ IGNORABLE_404_STARTS
|
||||||
|
|
||||||
.. deprecated:: 1.4
|
.. deprecated:: 1.4
|
||||||
This setting has been superseded by :setting:`IGNORABLE_404_URLS`.
|
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.
|
|
||||||
|
|
Loading…
Reference in New Issue