summaryrefslogtreecommitdiff
path: root/django/apps
Commit message (Expand)AuthorAgeFilesLines
* Refs #34233 -- Used @functools.cache.Nick Pope2023-01-181-3/+3
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-181-1/+1
* Rewrote some references to "master".Adam Johnson2022-03-081-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-45/+57
* Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette2021-12-171-2/+3
* Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak2021-09-201-40/+4
* Refs #32355 -- Corrected comments about Python's _NamespacePath.William Schwartz2021-03-261-2/+1
* Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani2020-12-221-0/+4
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+10
* Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio2020-08-101-6/+10
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-0/+1
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-54/+126
* Removed unnecessary tuple wrapping of single format string argument.François Freitag2020-04-271-1/+1
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-061-7/+8
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-0/+3
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-281-1/+1
* Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...Marten Kenbeek2018-09-261-2/+15
* Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev2018-09-251-1/+1
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-1/+1
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-0/+5
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan2017-03-042-49/+36
* Fixed #27176 -- Raised an exception for reentrant calls to apps.populate().François Freitag2017-02-251-5/+9
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-2/+2
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-4/+3
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-2/+2
* Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin2017-01-181-3/+3
* Refs #26207 -- Removed obsolete comments about deferred model classes.Adam Chainz2016-11-202-2/+0
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Added require_ready argument to get_model methods.Aymeric Augustin2016-10-282-5/+18
* Simplified AppConfig.import_models().Aymeric Augustin2016-10-282-8/+6
* Modified readiness check in AppConfig.get_model(s).Aymeric Augustin2016-10-282-11/+8
* Fixed #26616 -- Improved error message when AppConfig.name is invalid.inondle2016-06-021-1/+8
* Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill2016-05-191-22/+28
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-292-8/+3
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-2/+4
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.Tim Graham2015-09-171-0/+4
* Fixed #25246 -- Guarded against duplicate paths in AppConfig.Caio Ariede2015-09-021-0/+4
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-0/+22
* Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek2015-06-301-1/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+4
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby2015-05-221-1/+6
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-2/+43
* Fixed #24397 -- Sped up rendering multiple model states.Marten Kenbeek2015-03-081-2/+5
* Added check_apps_ready() to Apps.get_containing_app_config()Tim Graham2015-02-081-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-4/+3
* Removed deprecated Apps methods per deprecation timeline.Tim Graham2015-01-181-112/+1