summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #13464 -- Reworked module_has_submodule to break the requirement for ↵Russell Keith-Magee2010-05-041-21/+55
| | | | | | loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13404 -- Reworked module_has_submodule() to allow it to work under ↵Russell Keith-Magee2010-04-251-5/+4
| | | | | | AppEngine. Thanks to Waldemar Kornewald for the report and testing help. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13348: Restored ability to load models from apps in eggs. Thanks ↵Karen Tracey2010-04-151-0/+27
Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12982 bcc190cf-cafb-0310-a4f2-bffc1f526a37