summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
AgeCommit message (Expand)Author
2010-05-04[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requiremen...Russell Keith-Magee
2010-04-27Python 2.3 compatibility: replaced rsplit with something that works on 2.3.Karen Tracey
2010-04-25[1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to work u...Russell Keith-Magee
2010-04-15[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. Than...Karen Tracey