summaryrefslogtreecommitdiff
path: root/django/utils/module_loading.py
AgeCommit message (Collapse)Author
2010-05-04[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the ↵Russell Keith-Magee
requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. Backport of r13082 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27Python 2.3 compatibility: replaced rsplit with something that works on 2.3.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-25[1.1.X] Fixed #13404 -- Reworked module_has_submodule() to allow it to work ↵Russell Keith-Magee
under AppEngine. Thanks to Waldemar Kornewald for the report and testing help. Backport of r13023 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-15[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. ↵Karen Tracey
Thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule. r12982 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12983 bcc190cf-cafb-0310-a4f2-bffc1f526a37