summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
AgeCommit message (Expand)Author
2014-05-24Fixed #22688 -- Documented ready() may be called more than onceClaude Paroz
2014-04-26Documented django.setup().Aymeric Augustin
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25Fixed a confusing heading in applications docs.Aymeric Augustin
2014-04-25Fixed #22422 -- Moved information about the application loading process to re...Víðir Valberg Guðmundsson
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-03-09Fixed an example to match the code.Aymeric Augustin
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #22028 -- Documented that database signals aren't emitted for apps that...Tim Graham
2014-02-15Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().Zbigniew Siciarz
2014-02-14Updated docs that misreported django.apps.apps.ready as being a method.Simon Meers
2014-02-02Added a note about a possible name clash.Aymeric Augustin
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-25Docs correction: apps loaded from eggs do not have appconfig.path None.Carl Meyer
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-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-02Changed convention for modules storing AppConfigs.Aymeric Augustin
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Added AppConfig.setup() to run setup code.Aymeric Augustin
2013-12-29Added AppConfig.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-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-25Swapped app registry and app config API docs.Aymeric Augustin
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin