diff options
| author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2015-04-01 22:42:44 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-01 19:01:44 -0400 |
| commit | b0512db5c44ae8fc32c0f2b5be5797cfea272d36 (patch) | |
| tree | 435467d3510822b7b3d2b058d743c0b9a4b3409c /docs | |
| parent | ae4d21e159fc059e1534650f32d117f4540ad35f (diff) | |
[1.8.x] Fixed typo in docs/internals/deprecation.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
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``. |
