Commit a41d4104 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Added removal of check management command to deprecation timeline.

Backport of 20e4e8fc from master
parent 7cfcdd98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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``.