mirror of https://github.com/django/django.git
[1.8.x] Fixed typo in docs/internals/deprecation.txt
This commit is contained in:
parent
ae4d21e159
commit
b0512db5c4
|
@ -276,7 +276,7 @@ details on these changes.
|
||||||
* ``django.db.backends.DatabaseValidation.validate_field`` will be removed in
|
* ``django.db.backends.DatabaseValidation.validate_field`` will be removed in
|
||||||
favor of the ``check_field`` method.
|
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_by_path`` will be removed in favor of
|
||||||
``django.utils.module_loading.import_string``.
|
``django.utils.module_loading.import_string``.
|
||||||
|
|
Loading…
Reference in New Issue