From cf96d88421197177c59e446e3bd57a313621eca6 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 10 Mar 2012 17:45:26 +0000 Subject: [PATCH] [1.2.X] Fixed #17846 -- Made a note about the micro-version in which 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 --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a24d5eeb17..68464b023f 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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