Skip to content

Commit

Permalink
[1.2.X] Fixed #17846 -- Made a note about the micro-version in which …
Browse files Browse the repository at this point in the history
…a security fix for URLField was introduced in the 1.2.X branch more accurate.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@17677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Mar 10, 2012
1 parent ed736e6 commit cf96d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ A :class:`CharField` for a URL. Has one extra optional argument:
validating a URL being served by the same server will hang. This should not
be a problem for multithreaded servers.

.. versionchanged:: 1.2
.. versionchanged:: 1.2.6

The default value of ``verify_exists`` has been changed to
``False``. This argument should not be set to ``True`` because it
Expand Down

0 comments on commit cf96d88

Please sign in to comment.