Ticket #14875: patch.diff

File patch.diff, 934 bytes (added by elbarto, 13 years ago)
  • docs/releases/1.2.txt

     
    718718
    719719    :ref:`1.2-js-assisted-inlines`
    720720
     721``email_re``
     722------------
     723
     724An undocumented regular expression for validating email addresses has been moved
     725from ``django.form.fields`` to ``django.core.validators``. You will need to
     726update your imports if you are using it.
     727
    721728.. _deprecated-features-1.2:
    722729
    723730Features deprecated in 1.2
     
    936943
    937944Use ``django.utils.formats.get_format()`` to get the appropriate formats.
    938945
    939 ``email_re``
    940 ------------
    941 
    942 An undocumented regular expression for validating email addresses has been moved
    943 from ``django.form.fields`` to ``django.core.validators``. You will need to
    944 update your imports if you are using it.
    945 
    946946Function-based test runners
    947947---------------------------
    948948
Back to Top