summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Darthenay <baptiste+github@darthenay.fr>2013-06-12 10:50:37 +0200
committerBaptiste Darthenay <baptiste+github@darthenay.fr>2013-06-12 10:50:37 +0200
commit8821bcb2a0b4d9a049a5b645afa5080b640928e2 (patch)
treecf295de1364d5bf35ab029190823706a4dff32db /docs
parent92c49d6f01700961698eb3d79fd393d673cee219 (diff)
Fixed #20591: added version in docs for utils.module_loading.import_by_path.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index d2ef945a2e..45d7781403 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -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