mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Corrected documentation inconsistencies regarding deprecation of URLField.verify_exists.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
eaea9deca8
commit
84e0055e8d
3 changed files with 10 additions and 11 deletions
|
@ -799,10 +799,10 @@ Takes the following optional arguments:
|
|||
If ``True``, the validator will attempt to load the given URL, raising
|
||||
``ValidationError`` if the page gives a 404. Defaults to ``False``.
|
||||
|
||||
.. deprecated:: 1.3.1
|
||||
.. deprecated:: 1.4
|
||||
|
||||
``verify_exists`` was deprecated for security reasons and will be
|
||||
removed in 1.4. This deprecation also removes ``validator_user_agent``.
|
||||
``verify_exists`` was deprecated for security reasons and will be removed in
|
||||
Django 1.5. This deprecation also removes ``validator_user_agent``.
|
||||
|
||||
.. attribute:: URLField.validator_user_agent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue