The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string().
Thanks Aymeric Augustin for the suggestion and review.
by
Mario the Bearded Dragon 2014-01-20 20:15:14 UTC
commit 5d263dee304fdaf95e18d2f0619d6925984a7f02
Django
AUTHORS
-1
django/contrib/admin/tests.py
+2
-2
django/contrib/auth/__init__.py
+2
-2
django/contrib/auth/hashers.py
+2
-2
django/contrib/auth/middleware.py
+1
-1
django/contrib/formtools/wizard/storage/__init__.py
+4
-3
django/contrib/messages/storage/__init__.py
+3
-3
django/contrib/sessions/backends/base.py
+2
-2
django/contrib/staticfiles/finders.py
+2
-2
django/core/cache/__init__.py
+5
-5
django/core/cache/backends/base.py
+2
-2
django/core/files/storage.py
+2
-2
django/core/files/uploadhandler.py
+2
-2
django/core/handlers/base.py
+2
-2
django/core/mail/__init__.py
+2
-2
django/core/servers/basehttp.py
+5
-15
django/core/signing.py
+2
-2
django/db/migrations/state.py
+4
-4
django/db/utils.py
+2
-2
django/template/context.py
+2
-2
django/template/loader.py
+2
-2
django/utils/log.py
+2
-2
django/utils/module_loading.py
+11
-26
django/views/debug.py
+2
-2
docs/internals/deprecation.txt
-3
docs/ref/utils.txt
+7
-16
docs/releases/1.7.txt
-11
tests/file_storage/tests.py
+12
-6
tests/staticfiles_tests/tests.py
+2
-2
tests/utils_tests/test_module_loading.py
+7
-25
tests/wsgi/tests.py
+1
-1
expand_less