Skip to content

Commit

Permalink
[1.2.X] Fixed #14875 - moved mention of email_re in 1.2 release not…
Browse files Browse the repository at this point in the history
…es from features deprecated to backwards incompatible changes. thanks galund for the report and elbarto for the patch.

Backport of r14866 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Dec 11, 2010
1 parent ff7f250 commit 546c77e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/releases/1.2.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -718,6 +718,13 @@ will need to update your FormSet and/or admin definitions.


:ref:`1.2-js-assisted-inlines` :ref:`1.2-js-assisted-inlines`


``email_re``
------------

An undocumented regular expression 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.

.. _deprecated-features-1.2: .. _deprecated-features-1.2:


Features deprecated in 1.2 Features deprecated in 1.2
Expand Down Expand Up @@ -936,13 +943,6 @@ The same applies to the globals found in ``django.forms.fields``:


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


``email_re``
------------

An undocumented regular expression 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.

Function-based test runners Function-based test runners
--------------------------- ---------------------------


Expand Down

0 comments on commit 546c77e

Please sign in to comment.