From deed00c0d803d324a3dfdeba52458b6b009c1a90 Mon Sep 17 00:00:00 2001 From: Gabriel Muñumel Date: Wed, 6 Aug 2014 22:26:23 -0430 Subject: Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index ee5e9d0f67..ed84626d3f 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -46,6 +46,9 @@ about each item can often be found in the release notes of two versions prior. * Support for string ``view`` arguments to ``url()`` will be removed. +* The backward compatible shim to rename ``django.forms.Form._has_changed()`` + to ``has_changed()`` will be removed. + .. _deprecation-removed-in-1.9: 1.9 -- cgit v1.3