summaryrefslogtreecommitdiff
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:01:44 -0400
commitb0512db5c44ae8fc32c0f2b5be5797cfea272d36 (patch)
tree435467d3510822b7b3d2b058d743c0b9a4b3409c
parentae4d21e159fc059e1534650f32d117f4540ad35f (diff)
[1.8.x] Fixed typo in docs/internals/deprecation.txt
-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 d75d10b8f8..e461032bac 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -276,7 +276,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``.