summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2015-04-01 22:42:44 +0200
committerTim Graham <timograham@gmail.com>2015-04-01 19:02:26 -0400
commitb9cbf750d6d84183d27cdbe568b8403cb017a885 (patch)
treeaa1148c0dcc369867b9ef1469657781fef9f5207 /docs
parentcb756f5dec0ecd3434dc1de781d514fde438d67b (diff)
[1.7.x] Fixed typo in docs/internals/deprecation.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 252db52101..40f003b0d3 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -111,7 +111,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``.