From a7c256cb5491bf2a77abdff01638239db5bfd9d5 Mon Sep 17 00:00:00 2001 From: Pavel Shpilev Date: Wed, 15 Oct 2014 18:42:06 +1100 Subject: Fixed #9893 -- Allowed using a field's max_length in the Storage. --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 345202545e..fe392cff97 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -143,6 +143,10 @@ details on these changes. * Support for the ``=`` comparison operator in the ``if`` template tag will be removed. +* The backwards compatibility shims to allow ``Storage.get_available_name()`` + and ``Storage.save()`` to be defined without a ``max_length`` argument will + be removed. + .. _deprecation-removed-in-1.9: 1.9 -- cgit v1.3