summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
AgeCommit message (Expand)Author
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