mirror of
https://github.com/django/django.git
synced 2025-07-26 22:54:17 +00:00
Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
It was removed in Django 1.5, not deprecated.
This commit is contained in:
parent
ce580dd8ea
commit
066cf2d70e
1 changed files with 0 additions and 9 deletions
|
@ -2212,12 +2212,3 @@ Default: Not defined
|
||||||
|
|
||||||
The site-specific user profile model used by this site. See
|
The site-specific user profile model used by this site. See
|
||||||
:ref:`User profiles <auth-profiles>`.
|
:ref:`User profiles <auth-profiles>`.
|
||||||
|
|
||||||
.. 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…
Add table
Add a link
Reference in a new issue