From 8821bcb2a0b4d9a049a5b645afa5080b640928e2 Mon Sep 17 00:00:00 2001 From: Baptiste Darthenay Date: Wed, 12 Jun 2013 10:50:37 +0200 Subject: [PATCH] Fixed #20591: added version in docs for utils.module_loading.import_by_path. --- docs/ref/utils.txt | 2 ++ 1 file changed, 2 insertions(+) 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