From 5d263dee304fdaf95e18d2f0619d6925984a7f02 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 20 Jan 2014 22:15:14 +0200 Subject: Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). Thanks Aymeric Augustin for the suggestion and review. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7b5a5d7468..4b79e4696d 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -116,6 +116,9 @@ details on these changes. * ``django.db.backends.DatabaseValidation.validate_field`` will be removed in favor of the ``check_field`` method. +* ``django.utils.module_loading.import_by_path`` will be removed in favor of + ``django.utils.module_loading.import_string``. + .. _deprecation-removed-in-1.8: 1.8 -- cgit v1.3