Ticket #14875: patch.diff
File patch.diff, 934 bytes (added by , 14 years ago) |
---|
-
docs/releases/1.2.txt
718 718 719 719 :ref:`1.2-js-assisted-inlines` 720 720 721 ``email_re`` 722 ------------ 723 724 An undocumented regular expression for validating email addresses has been moved 725 from ``django.form.fields`` to ``django.core.validators``. You will need to 726 update your imports if you are using it. 727 721 728 .. _deprecated-features-1.2: 722 729 723 730 Features deprecated in 1.2 … … 936 943 937 944 Use ``django.utils.formats.get_format()`` to get the appropriate formats. 938 945 939 ``email_re``940 ------------941 942 An undocumented regular expression for validating email addresses has been moved943 from ``django.form.fields`` to ``django.core.validators``. You will need to944 update your imports if you are using it.945 946 946 Function-based test runners 947 947 --------------------------- 948 948