mirror of
https://github.com/django/django.git
synced 2025-07-19 03:05:32 +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
|
@ -876,11 +876,10 @@ shortcuts.
|
|||
|
||||
A :class:`CharField` for a URL. Has one extra optional argument:
|
||||
|
||||
.. deprecated:: 1.3.1
|
||||
.. deprecated:: 1.4
|
||||
|
||||
``verify_exists`` is deprecated for security reasons as of 1.3.1
|
||||
and will be removed in 1.4. Prior to 1.3.1, the default value was
|
||||
``True``.
|
||||
``verify_exists`` is deprecated for security reasons as of 1.4 and will be
|
||||
removed in Django 1.5. Prior to 1.3.1, the default value was ``True``.
|
||||
|
||||
.. attribute:: URLField.verify_exists
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue