[1.8.x] Fixed typo in docs/internals/deprecation.txt

This commit is contained in:
Krzysztof Gogolewski 2015-04-01 22:42:44 +02:00 committed by Tim Graham
parent ae4d21e159
commit b0512db5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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``.