summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-31 09:37:13 -0500
committerTim Graham <timograham@gmail.com>2014-12-31 09:37:13 -0500
commit09bce0b2cb6813e1b7acf184a1e26402736618a0 (patch)
tree97c6278749288b30cf1885ef2e9bf2d38b0737f8 /docs
parent63dee96cc7a3c929e16f88f2039812490b4b02b2 (diff)
Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 483ab7d5ad..8aa2c09c4d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -31,9 +31,6 @@ details on these changes.
* Using an incorrect count of unpacked values in the ``for`` template tag
will raise an exception rather than fail silently.
-* The ``DatabaseCreation`` class on each database backend will be removed,
- and all table/schema editing will be moved to be via ``SchemaEditor`` instead.
-
* The ability to :func:`~django.core.urlresolvers.reverse` URLs using a dotted
Python path will be removed.