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:14:44 -0500 |
| commit | 20e4e8fc79af9a87fb48951d03d3747f1f550551 (patch) | |
| tree | 6d5b4b13060623998947c5e7e949ba6f9d6eaaf5 /docs/internals | |
| parent | 0622bca5d1b25877167b7beda96edcd3ba58db8d (diff) | |
Added removal of check management command to deprecation timeline.
Diffstat (limited to 'docs/internals')
| -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 2876bb883b..45180a107e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -269,6 +269,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``. |
