diff options
| author | Carl Meyer <carl@oddbird.net> | 2011-09-10 03:26:13 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2011-09-10 03:26:13 +0000 |
| commit | 84e0055e8df00ff7406f424b39ce6a86f648b51f (patch) | |
| tree | 7882aa1267f9a9ea7b28f057f718cebac2a431ec /docs/ref/forms | |
| parent | eaea9deca849262a677fec0f0d74495bb146f691 (diff) | |
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
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 437610384e..33aa62bffb 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -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 |
