mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Removed deprecated URLField.verify_exists.
The deprecation schedule was slightly accelerated because of possible security ramifications. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
800e3941c5
commit
9ed6e08ff9
15 changed files with 32 additions and 251 deletions
|
@ -106,8 +106,7 @@ Model field Form field
|
|||
|
||||
``TimeField`` ``TimeField``
|
||||
|
||||
``URLField`` ``URLField`` with ``verify_exists`` set
|
||||
to the model field's ``verify_exists``
|
||||
``URLField`` ``URLField``
|
||||
=============================== ========================================
|
||||
|
||||
.. versionadded:: 1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue