1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

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

This commit is contained in:
Krzysztof Gogolewski 2015-04-01 22:42:44 +02:00 committed by Tim Graham
parent cb756f5dec
commit b9cbf750d6

View File

@ -111,7 +111,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``.