| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
dotted path.
|
|
Fixed #21628 by removing the last usage of the imp module.
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
|
|
appropriate.
|
|
|
|
|
|
|
|
#21674.
|
|
|
|
Thanks kostko for the report.
|
|
|
|
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
|
|
import_string().
Thanks Aymeric Augustin for the suggestion and review.
|
|
test suite.
Thanks Aymeric for the suggestion.
|
|
It's now easier to achieve the same effect with modify_settings or
override_settings.
|
|
Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2.
|
|
Used the app cache's get_app_configs() method instead.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
We want to be able to use it for instance for discovering `tasks.py` modules
inside the INSTALLED_APPS.
This commit therefore moves the logic to `autodiscover_modules` method in
django.utils.module_loading.
|
|
This was a shim for pre-Python 2.7 support.
|
|
Refs #20680.
|
|
|