mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #23151 -- Deprecated RegexField.error_message.
Thanks Baptiste Mispelon for the suggestion.
This commit is contained in:
parent
44169a00c1
commit
0f2ceee025
6 changed files with 31 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue