Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/module_loading.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20167 -- Preserve the traceback of `ImportError`s ...Joe Friedl2013-04-011-2/+5
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-0/+26
* Fixed #15525 -- Custom template tags loading breaks whene...Chris Beaven2011-08-281-2/+8
* Properly implement PEP 302 in the module_loading module. ...Alex Gaynor2011-07-101-1/+1
* Fixed #15662 -- Made sure the module_has_submodule utilit...Jannis Leidel2011-04-221-1/+1
* Fixed #14698 -- Ensure that module_has_sumodule doesn't m...Russell Keith-Magee2011-01-301-2/+5
* Fixed #13464 -- Reworked module_has_submodule to break th...Russell Keith-Magee2010-05-041-21/+55
* Fixed #13404 -- Reworked module_has_submodule() to allow ...Russell Keith-Magee2010-04-251-5/+4
* Fixed #13348: Restored ability to load models from apps i...Karen Tracey2010-04-151-0/+27