From dca8b916ffa391964be26bbd62471d4c11b221fd Mon Sep 17 00:00:00 2001 From: Brobin Date: Sun, 7 Feb 2016 17:22:48 -0600 Subject: Fixed #26154 -- Deprecated CommaSeparatedIntegerField --- 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 d5add78423..13d9305658 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -130,6 +130,9 @@ details on these changes. * The ``django.core.urlresolvers`` module will be removed. +* The model ``CommaSeparatedIntegerField`` will be removed. A stub field will + remain for compatibility with historical migrations. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3