Author: ramiro
Date: 2012-03-10 09:45:26 -0800 (Sat, 10 Mar 2012)
New Revision: 17677

Modified:
   django/branches/releases/1.2.X/docs/ref/models/fields.txt
Log:
[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.

Modified: django/branches/releases/1.2.X/docs/ref/models/fields.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/models/fields.txt   2012-03-10 
17:36:41 UTC (rev 17676)
+++ django/branches/releases/1.2.X/docs/ref/models/fields.txt   2012-03-10 
17:45:26 UTC (rev 17677)
@@ -827,7 +827,7 @@
     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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to