index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
module_loading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-11
/
+12
*
Refs #33107 -- Optimized cached_import() helper.
Nick Pope
2021-10-04
1
-7
/
+7
*
Fixed #33107 -- Fixed import_string() crash on not fully initialized modules.
Mariusz Felisiak
2021-09-16
1
-1
/
+5
*
Fixed #33099 -- Improved performance of import_string().
yujin
2021-09-10
1
-3
/
+9
*
Refs #32355 -- Corrected comments about Python's _NamespacePath.
William Schwartz
2021-03-26
1
-1
/
+1
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-3
/
+2
*
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-30
1
-5
/
+4
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...
Thomas Khyn
2017-06-08
1
-1
/
+8
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-9
/
+5
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-82
/
+12
*
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-11-17
1
-1
/
+1
*
Removed support for Python 3.3.
Tim Graham
2015-06-18
1
-5
/
+2
*
Fixed ImportError message in utils.module_loading.import_string()
Tomasz Kontusz
2015-06-06
1
-1
/
+1
*
Prevented makemigrations from writing in sys.path[0].
Aymeric Augustin
2015-02-23
1
-0
/
+18
*
Removed some obsolete absolute_imports.
Tim Graham
2015-02-09
1
-3
/
+0
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+3
*
Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...
Tim Graham
2015-01-18
1
-21
/
+0
*
Fixed #23670 -- Prevented partial import state during module autodiscovery
Markus Holtermann
2014-10-31
1
-18
/
+18
*
Simplified module_has_submodule on Python >= 3.3.
Aymeric Augustin
2014-06-07
1
-57
/
+77
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-1
/
+2
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-11
/
+26
*
Used a regular lock for app registry population.
Aymeric Augustin
2014-01-12
1
-13
/
+0
*
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-26
1
-1
/
+1
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-2
/
+2
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
1
-5
/
+4
*
Added a context manager to hold the import lock.
Aymeric Augustin
2013-12-22
1
-0
/
+13
*
Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.
Juan Catalano
2013-09-13
1
-0
/
+38
*
Avoid importing the deprecated `django.utils.importlib` package.
Simon Charette
2013-08-19
1
-0
/
+2
*
Deprecated django.utils.importlib
Claude Paroz
2013-07-29
1
-1
/
+1
*
Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.
Joe Friedl
2013-03-31
1
-2
/
+5
*
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
1
-0
/
+26
*
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...
Chris Beaven
2011-08-28
1
-2
/
+8
*
Properly implement PEP 302 in the module_loading module. For unknown reasons...
Alex Gaynor
2011-07-10
1
-1
/
+1
*
Fixed #15662 -- Made sure the module_has_submodule utility function follow co...
Jannis Leidel
2011-04-22
1
-1
/
+1
*
Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...
Russell Keith-Magee
2011-01-30
1
-2
/
+5
*
Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...
Russell Keith-Magee
2010-05-04
1
-21
/
+55
*
Fixed #13404 -- Reworked module_has_submodule() to allow it to work under App...
Russell Keith-Magee
2010-04-25
1
-5
/
+4
*
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-15
1
-0
/
+27