diff options
| author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-06-12 02:15:26 -0700 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-06-12 02:15:26 -0700 |
| commit | 6e90bfde88136504915533a4f47d5ac043b62a76 (patch) | |
| tree | cf295de1364d5bf35ab029190823706a4dff32db /docs | |
| parent | 92c49d6f01700961698eb3d79fd393d673cee219 (diff) | |
| parent | 8821bcb2a0b4d9a049a5b645afa5080b640928e2 (diff) | |
Merge pull request #1262 from batisteo/ticket-20591
Fixed #20591: added version in docs for utils.module_loading.import_by_path
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
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 |
