Author: jkocherhans
Date: 2010-01-12 08:58:47 -0600 (Tue, 12 Jan 2010)
New Revision: 12213

Modified:
   django/trunk/docs/releases/1.2.txt
Log:
Fixed #12516. Added the new location of email_re to the release notes. This 
regex is undocumented, so we're not putting in an import for backwards 
compatibility.

Modified: django/trunk/docs/releases/1.2.txt
===================================================================
--- django/trunk/docs/releases/1.2.txt  2010-01-12 14:58:34 UTC (rev 12212)
+++ django/trunk/docs/releases/1.2.txt  2010-01-12 14:58:47 UTC (rev 12213)
@@ -360,6 +360,13 @@
 
 Use ``django.utils.formats.get_format()`` to get the appropriate formats.
 
+email_re
+--------
+
+An undocumented regex for validating email addresses has been moved from
+django.form.fields to django.core.validators. You will need to update
+your imports if you are using it.
+
 What's new in Django 1.2
 ========================
 

-- 
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