summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorBrobin <tobinjbrown@gmail.com>2016-02-07 17:22:48 -0600
committerTim Graham <timograham@gmail.com>2016-02-10 17:57:43 -0500
commitdca8b916ffa391964be26bbd62471d4c11b221fd (patch)
treeb429eb8364e3bb834de46bbcee395197dfbd0c27 /docs/internals
parentf7a9872b914c8390eb1b5f5de9634160974b7d4f (diff)
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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