diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-17 19:14:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 19:16:41 -0500 |
| commit | eea66a6e97f9c3392cf24b971c15a6a7ea634202 (patch) | |
| tree | 16a91270dc45fa4ca6e4460f8a7b77796763a49e /docs | |
| parent | ecbe20fe20ddc54aa034530b38a73195ee3f598d (diff) | |
[1.7.x] Added removal of check management command to deprecation timeline.
Backport of 20e4e8fc79af9a87fb48951d03d3747f1f550551 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 0b8d8c7d35..6ead9d0d05 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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``. |
