diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-09 18:32:27 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-09 18:32:27 -0500 |
| commit | 066cf2d70e30d6fae2a53b71b44137afa44ae5fa (patch) | |
| tree | 9b02a56001ee10b83328366f5b8d8100049e0a5e /docs | |
| parent | ce580dd8ea04237cfe34cd02df0b8944a5345f4f (diff) | |
Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
It was removed in Django 1.5, not deprecated.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index be21f06de7..786a92c94d 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2212,12 +2212,3 @@ Default: Not defined The site-specific user profile model used by this site. See :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. |
