summaryrefslogtreecommitdiff
path: root/django/apps
AgeCommit message (Expand)Author
2015-06-30[1.8.x] Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-01-18[1.8.x] Removed an obsolete comment in django/apps/config.pyTim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-10-23Improved warning message when reloading models. Refs #23621.Loic Bistuer
2014-10-23Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer
2014-10-04Revert "Improved AppRegistryNotReady message."Tim Graham
2014-10-04Improved AppRegistryNotReady message.Collin Anderson
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-07-12Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-15Fixed two typos.Rodolfo Carvalho
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer
2014-01-15Fixed typo in comment.Martin Matusiak
2014-01-12Used a regular lock for app registry population.Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-31Checked unicity of app config names when populating the app registry.Aymeric Augustin
2013-12-31Fleshed out release notes for app loading.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Removed postponing in Apps.populate_models.Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
2013-12-30Added AppConfig.setup() to run setup code.Aymeric Augustin
2013-12-30Avoided leaking state on exceptions in populate_models().Aymeric Augustin
2013-12-29Deprecated the app argument of apps.get_models.Aymeric Augustin
2013-12-29Fixed stupid error in 21f22f95.Aymeric Augustin
2013-12-29Removed obsolete docstring.Aymeric Augustin
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-28Removed the only_installed argument of Apps.get_models.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Simplified Apps.get_model and added AppConfig.get_model.Aymeric Augustin
2013-12-28Populated non-master app registries.Aymeric Augustin
2013-12-28Simplified the implementation of register_model.Aymeric Augustin
2013-12-27Avoided %r formatting on possibly unicode strings.Aymeric Augustin
2013-12-26Normalized exceptions raised by AppConfig.create.Aymeric Augustin
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin