summaryrefslogtreecommitdiff
path: root/django/apps/base.py
AgeCommit message (Expand)Author
2014-01-15Fixed typo in comment.Martin Matusiak
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Added AppConfig.setup() to run setup code.Aymeric Augustin
2013-12-29Added AppConfig.get_models().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-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
2013-12-26Beefed up the comments for AppConfig.all_models.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Simplified register_models.Aymeric Augustin
2013-12-17Fleshed out AppConfig objects.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Stored AppConfig objects instead of models modules in the app cache.Aymeric Augustin