Skip to content

Commit

Permalink
Fixed #12516. Added the new location of email_re to the release notes…
Browse files Browse the repository at this point in the history
…. 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
  • Loading branch information
jkocherhans committed Jan 12, 2010
1 parent 379ffbc commit 418bfa2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases/1.2.txt
Expand Up @@ -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
========================

Expand Down

0 comments on commit 418bfa2

Please sign in to comment.