summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-11 13:29:47 +0000
committerTimo Graham <timograham@gmail.com>2010-12-11 13:29:47 +0000
commitf0753ef211f0349bc8f94959c1f88edbac9758db (patch)
tree9eefdf6f7f30e3945926815c90c9cc4462e054e8 /docs
parent2e909489d7601c59595e81e2b491dfc689abd778 (diff)
Fixed #14875 - moved mention of `email_re` in 1.2 release notes from features deprecated to backwards incompatible changes. thanks galund for the report and elbarto for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.2.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index f46c19b8e8..efff2a6597 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -718,6 +718,13 @@ will need to update your FormSet and/or admin definitions.
: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:
Features deprecated in 1.2
@@ -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.
-``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
---------------------------