Skip to content

Commit 418bfa2

Browse files
committed
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
1 parent 379ffbc commit 418bfa2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/releases/1.2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@ The same applies to the globals found in ``django.forms.fields``:
360360

361361
Use ``django.utils.formats.get_format()`` to get the appropriate formats.
362362

363+
email_re
364+
--------
365+
366+
An undocumented regex for validating email addresses has been moved from
367+
django.form.fields to django.core.validators. You will need to update
368+
your imports if you are using it.
369+
363370
What's new in Django 1.2
364371
========================
365372

0 commit comments

Comments
 (0)