summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee2010-05-041-21/+55
* Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App...Russell Keith-Magee2010-04-251-5/+4
* Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey2010-04-151-0/+27