Skip to content

Commit

Permalink
Merge pull request #1262 from batisteo/ticket-20591
Browse files Browse the repository at this point in the history
Fixed #20591: added version in docs for utils.module_loading.import_by_path
  • Loading branch information
mjtamlyn committed Jun 12, 2013
2 parents 92c49d6 + 8821bcb commit 6e90bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/utils.txt
Expand Up @@ -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
Expand Down

0 comments on commit 6e90bfd

Please sign in to comment.