index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
apps
/
registry.py
Age
Commit message (
Expand
)
Author
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-25
Removed unneeded list() calls in list.extend() argument.
Sergey Fedoseev
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-25
Fixed #27176 -- Raised an exception for reentrant calls to apps.populate().
François Freitag
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2016-11-20
Refs #26207 -- Removed obsolete comments about deferred model classes.
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-28
Added require_ready argument to get_model methods.
Aymeric Augustin
2016-10-28
Simplified AppConfig.import_models().
Aymeric Augustin
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-09-17
Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error.
Tim Graham
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-06-30
Refs #23621 -- Fixed warning message when reloading models.
Marten Kenbeek
2015-05-22
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-08
Fixed #24397 -- Sped up rendering multiple model states.
Marten Kenbeek
2015-02-08
Added check_apps_ready() to Apps.get_containing_app_config()
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed deprecated Apps methods per deprecation timeline.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-10-23
Improved warning message when reloading models. Refs #23621.
Loic Bistuer
2014-10-23
Fixed #23621 -- Warn for duplicate models when a module is reloaded.
Loic Bistuer
2014-10-04
Revert "Improved AppRegistryNotReady message."
Tim Graham
2014-10-04
Improved AppRegistryNotReady message.
Collin Anderson
2014-07-12
Checked more precisely whether the app registry is ready.
Aymeric Augustin
2014-06-23
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-26
Fixed #21877 -- Renamed django.apps.base to config.
Aymeric Augustin
2014-01-26
Fixed #21702 -- get_model('app_label.ModelName').
Aymeric Augustin
2014-01-24
Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.
Carl Meyer
2014-01-12
Used a regular lock for app registry population.
Aymeric Augustin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2014-01-05
Fixed #21711 -- Enforced unicity of model names.
Aymeric Augustin
2013-12-31
Renamed AppConfig.setup to ready.
Aymeric Augustin
2013-12-31
Enforced unicity of app labels.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-31
Checked unicity of app config names when populating the app registry.
Aymeric Augustin
2013-12-31
Fleshed out release notes for app loading.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Merged Apps.populate_apps() and populate_models().
Aymeric Augustin
2013-12-30
Removed postponing in Apps.populate_models.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
[next]