summaryrefslogtreecommitdiff
path: root/django/apps
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-06-30Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() c...sobolevn
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2022-03-08Rewrote some references to "master".Adam Johnson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-17Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette
2021-09-20Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak
2021-03-26Refs #32355 -- Corrected comments about Python's _NamespacePath.William Schwartz
2020-12-22Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-08-10Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...Marten Kenbeek
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-25Fixed #27176 -- Raised an exception for reentrant calls to apps.populate().François Freitag
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2016-11-20Refs #26207 -- Removed obsolete comments about deferred model classes.Adam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-28Added require_ready argument to get_model methods.Aymeric Augustin
2016-10-28Simplified AppConfig.import_models().Aymeric Augustin
2016-10-28Modified readiness check in AppConfig.get_model(s).Aymeric Augustin
2016-06-02Fixed #26616 -- Improved error message when AppConfig.name is invalid.inondle
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-09-17Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.Tim Graham
2015-09-02Fixed #25246 -- Guarded against duplicate paths in AppConfig.Caio Ariede
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-06-30Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
2015-03-08Fixed #24397 -- Sped up rendering multiple model states.Marten Kenbeek
2015-02-08Added check_apps_ready() to Apps.get_containing_app_config()Tim Graham