Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/apps/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-171-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
* Fixed #24776 -- Improved apps.get_app_config() error mess...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-061-1/+1
* Removed deprecated Apps methods per deprecation timeline.Tim Graham2015-01-191-112/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-0/+5
* Improved warning message when reloading models. Refs #23621.Loic Bistuer2014-10-221-1/+3
* Fixed #23621 -- Warn for duplicate models when a module i...Loic Bistuer2014-10-221-3/+9
* Revert "Improved AppRegistryNotReady message."Tim Graham2014-10-041-1/+1
* Improved AppRegistryNotReady message.Collin Anderson2014-10-041-1/+1
* Checked more precisely whether the app registry is ready.Aymeric Augustin2014-07-121-20/+31
* Fixed #8033 -- Explained app registry error during transl...Claude Paroz2014-06-231-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-9/+10
* Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin2014-01-261-1/+1
* Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin2014-01-261-2/+8
* Fixed #21871 -- Fixed Apps.is_installed() for apps with c...Carl Meyer2014-01-251-2/+1
* Used a regular lock for app registry population.Aymeric Augustin2014-01-121-5/+8
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-1/+1
* Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin2014-01-051-1/+0
* Renamed AppConfig.setup to ready.Aymeric Augustin2013-12-311-1/+1
* Enforced unicity of app labels.Aymeric Augustin2013-12-311-1/+5
* Made it possible to change an application's label in its ...Aymeric Augustin2013-12-311-0/+21
* Checked unicity of app config names when populating the a...Aymeric Augustin2013-12-311-1/+12
* Fleshed out release notes for app loading.Aymeric Augustin2013-12-311-3/+1
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-21/+14
* Merged Apps.populate_apps() and populate_models().Aymeric Augustin2013-12-301-59/+19
* Removed postponing in Apps.populate_models.Aymeric Augustin2013-12-301-30/+6
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-22/+22
* Populated Apps instances immediately by default.Aymeric Augustin2013-12-301-6/+12
* Added AppConfig.setup() to run setup code.Aymeric Augustin2013-12-301-0/+3
* Avoided leaking state on exceptions in populate_models().Aymeric Augustin2013-12-301-5/+6
* Deprecated the app argument of apps.get_models.Aymeric Augustin2013-12-291-26/+21
* Fixed stupid error in 21f22f95.Aymeric Augustin2013-12-291-1/+1
* Removed obsolete docstring.Aymeric Augustin2013-12-291-2/+0
* Added Apps.clear_cache().Aymeric Augustin2013-12-291-8/+16
* Removed the only_installed argument of Apps.get_models.Aymeric Augustin2013-12-281-25/+7
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-8/+9
* Simplified Apps.get_model and added AppConfig.get_model.Aymeric Augustin2013-12-281-14/+14
* Populated non-master app registries.Aymeric Augustin2013-12-281-8/+10
* Simplified the implementation of register_model.Aymeric Augustin2013-12-281-13/+7
* Avoided %r formatting on possibly unicode strings.Aymeric Augustin2013-12-271-2/+2
* Made unset_installed_apps reset the app registry state.Aymeric Augustin2013-12-261-2/+2
* Turned apps.ready into a property. Added tests.Aymeric Augustin2013-12-261-3/+4
* Beefed up the comments for AppConfig.all_models.Aymeric Augustin2013-12-261-3/+7
* Documented the Apps and AppConfig APIs.Aymeric Augustin2013-12-241-2/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-0/+456