summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2010-01-12 14:58:47 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2010-01-12 14:58:47 +0000
commit418bfa2819949c69b737bacf0fe0dec6230aee8d (patch)
tree637b223a4363db9b20b3210eb28fea0a70de622b /docs
parent379ffbc1da8c97ce4e6e406173023ee3d9d5efce (diff)
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.2.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index 197900f3b6..564855f387 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -360,6 +360,13 @@ The same applies to the globals found in ``django.forms.fields``:
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
========================