mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
[1.7.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79
from master
This commit is contained in:
parent
ecbe20fe20
commit
eea66a6e97
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ 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.
|
||||
|
||||
* ``django.utils.module_loading.import_by_path`` will be removed in favor of
|
||||
``django.utils.module_loading.import_string``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue