Fixed #23151 -- Deprecated RegexField.error_message.

Thanks Baptiste Mispelon for the suggestion.
This commit is contained in:
Tim Graham 2014-08-02 18:33:18 -04:00
parent 44169a00c1
commit 0f2ceee025
6 changed files with 31 additions and 8 deletions

View file

@ -40,6 +40,8 @@ about each item can often be found in the release notes of two versions prior.
* ``django.template.resolve_variable`` will be removed.
* The ``error_message`` argument of ``django.forms.RegexField`` will be removed.
.. _deprecation-removed-in-1.9:
1.9