From b9cbf750d6d84183d27cdbe568b8403cb017a885 Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski <krz.gogolewski@gmail.com> Date: Wed, 1 Apr 2015 22:42:44 +0200 Subject: [PATCH] [1.7.x] Fixed typo in docs/internals/deprecation.txt --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.