Skip to content

Commit

Permalink
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting …
Browse files Browse the repository at this point in the history
…docs.

It was removed in Django 1.5, not deprecated.

Backport of 066cf2d from master
  • Loading branch information
timgraham committed Jan 9, 2013
1 parent 1d3368b commit 7f7b6a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/ref/settings.txt
Expand Up @@ -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.

0 comments on commit 7f7b6a3

Please sign in to comment.