Fixed #20591: added version in docs for utils.module_loading.import_by_path.

This commit is contained in:
Baptiste Darthenay 2013-06-12 10:50:37 +02:00
parent 92c49d6f01
commit 8821bcb2a0
1 changed files with 2 additions and 0 deletions

View File

@ -659,6 +659,8 @@ Functions for working with Python modules.
.. function:: import_by_path(dotted_path, error_prefix='')
.. versionadded:: 1.6
Imports a dotted module path and returns the attribute/class designated by
the last name in the path. Raises
:exc:`~django.core.exceptions.ImproperlyConfigured` if something goes