From 0f2ceee0254349ee4ac7d472d3efe67ee161a917 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 2 Aug 2014 18:33:18 -0400 Subject: Fixed #23151 -- Deprecated RegexField.error_message. Thanks Baptiste Mispelon for the suggestion. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index f1cdfdb6be..795e46f8f0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3