summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
AgeCommit message (Expand)Author
2013-03-31Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.Joe Friedl
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2011-08-28Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...Chris Beaven
2011-07-10Properly implement PEP 302 in the module_loading module. For unknown reasons...Alex Gaynor
2011-04-22Fixed #15662 -- Made sure the module_has_submodule utility function follow co...Jannis Leidel
2011-01-30Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...Russell Keith-Magee
2010-05-04Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee
2010-04-25Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App...Russell Keith-Magee
2010-04-15Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey