[1.8.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79
from master
This commit is contained in:
parent
7cfcdd98dc
commit
a41d41046a
|
@ -269,6 +269,8 @@ 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.
|
||||||
|
|
||||||
* ``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