summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 19:14:44 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 19:15:59 -0500
commita41d41046af60e585713b33ff2e6e039446ce389 (patch)
treea4999667a92e3f76597a6f429c8507a419ad72b4 /docs
parent7cfcdd98dcf0dbbde7cfd656e450c52342dbe6f3 (diff)
[1.8.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79af9a87fb48951d03d3747f1f550551 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 2876bb883b..45180a107e 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -269,6 +269,8 @@ details on these changes.
* ``django.db.backends.DatabaseValidation.validate_field`` will be removed in
favor of the ``check_field`` method.
+* The ``check`` management command will be removed.
+
* ``django.utils.module_loading.import_by_path`` will be removed in favor of
``django.utils.module_loading.import_string``.