Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/module_loading.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for Python 3.3.Tim Graham2015-06-181-5/+2
* Fixed ImportError message in utils.module_loading.import_...Tomasz Kontusz2015-06-061-1/+1
* Prevented makemigrations from writing in sys.path[0].Aymeric Augustin2015-02-231-0/+18
* Removed some obsolete absolute_imports.Tim Graham2015-02-091-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
* Removed utils.module_loading.import_by_path() per depreca...Tim Graham2015-01-181-21/+0
* Fixed #23670 -- Prevented partial import state during mod...Markus Holtermann2014-10-311-18/+18
* Simplified module_has_submodule on Python >= 3.3.Aymeric Augustin2014-06-071-57/+77
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-11/+26
* Used a regular lock for app registry population.Aymeric Augustin2014-01-121-13/+0
* Made the AppConfig API marginally more consistent.Aymeric Augustin2013-12-261-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-5/+4
* Added a context manager to hold the import lock.Aymeric Augustin2013-12-221-0/+13
* Fixed #21060 -- Refactored admin's autodiscover method to...Juan Catalano2013-09-141-0/+38
* Avoid importing the deprecated `django.utils.importlib` p...Simon Charette2013-08-201-0/+2
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20167 -- Preserve the traceback of `ImportError`s ...Joe Friedl2013-04-011-2/+5
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-0/+26
* Fixed #15525 -- Custom template tags loading breaks whene...Chris Beaven2011-08-281-2/+8
* Properly implement PEP 302 in the module_loading module. ...Alex Gaynor2011-07-101-1/+1
* Fixed #15662 -- Made sure the module_has_submodule utilit...Jannis Leidel2011-04-221-1/+1
* Fixed #14698 -- Ensure that module_has_sumodule doesn't m...Russell Keith-Magee2011-01-301-2/+5
* Fixed #13464 -- Reworked module_has_submodule to break th...Russell Keith-Magee2010-05-041-21/+55
* Fixed #13404 -- Reworked module_has_submodule() to allow ...Russell Keith-Magee2010-04-251-5/+4
* Fixed #13348: Restored ability to load models from apps i...Karen Tracey2010-04-151-0/+27