summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/releases/1.9.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 494f482828..bb0e63dd0c 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -304,7 +304,7 @@ 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.
+* The ``validate`` management command will be removed.
* ``django.utils.module_loading.import_by_path`` will be removed in favor of
``django.utils.module_loading.import_string``.
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 3bcbd8bbfe..07480e65d6 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -493,7 +493,7 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
* ``django.db.backends.DatabaseValidation.validate_field`` is removed in
favor of the ``check_field`` method.
-* The ``check`` management command is removed.
+* The ``validate`` management command is removed.
* ``django.utils.module_loading.import_by_path`` is removed in favor of
``django.utils.module_loading.import_string``.