Commit b0512db5 authored by Krzysztof Gogolewski's avatar Krzysztof Gogolewski Committed by Tim Graham
Browse files

[1.8.x] Fixed typo in docs/internals/deprecation.txt

parent ae4d21e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ 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.
* The ``validate`` management command will be removed.

* ``django.utils.module_loading.import_by_path`` will be removed in favor of
  ``django.utils.module_loading.import_string``.