summaryrefslogtreecommitdiff
path: root/docs/internals
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:00:50 -0400
commit2350b78dab0887fab40f95a8db6dea1fbfddfe62 (patch)
treef266bc1a6adf1fe16eb92ce09bc8e1c8d2ffe5da /docs/internals
parent8583a605476d45c81321854775faadf3db5bf51a (diff)
Fixed typo in 1.9 release notes.
Diffstat (limited to 'docs/internals')
-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 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``.