Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/apps
Commit message (Expand)AuthorAgeFilesLines
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-171-0/+4
* Fixed #25246 -- Guarded against duplicate paths in AppCon...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 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-062-4/+3
* Removed deprecated Apps methods per deprecation timeline.Tim Graham2015-01-191-112/+1
* Removed an obsolete comment in django/apps/config.pyTim Graham2015-01-181-3/+0
* 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
* Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin2014-09-081-7/+12
* Checked more precisely whether the app registry is ready.Aymeric Augustin2014-07-122-24/+42
* 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 two typos.Rodolfo Carvalho2014-02-151-1/+1
* Fixed #21874 -- Require Django applications to have a fil...Carl Meyer2014-01-271-16/+27
* Fixed some missing/extraneous new line warnings.Simon Charette2014-01-261-1/+0
* Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin2014-01-263-2/+2
* Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin2014-01-261-2/+8
* Fixed #17304 -- Allow single-path and configured-path nam...Carl Meyer2014-01-261-1/+10
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-31/+42
* Fixed #21871 -- Fixed Apps.is_installed() for apps with c...Carl Meyer2014-01-251-2/+1
* Fixed typo in comment.Martin Matusiak2014-01-151-1/+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-312-3/+3
* 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-302-61/+20
* Removed postponing in Apps.populate_models.Aymeric Augustin2013-12-301-30/+6
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-302-27/+24
* Populated Apps instances immediately by default.Aymeric Augustin2013-12-301-6/+12
* Added AppConfig.setup() to run setup code.Aymeric Augustin2013-12-302-0/+8
* 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