summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
AgeCommit message (Expand)Author
2018-11-15Used auto-numbered lists in documentation.François Freitag
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-10-28Added require_ready argument to get_model methods.Aymeric Augustin
2016-10-28Modified readiness check in AppConfig.get_model(s).Aymeric Augustin
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-06Documented AppRegistryNotReady.Aymeric Augustin
2016-08-17Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry
2016-08-11Fixed #27050 -- Corrected django.setup()'s parameter name in docs.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-02-25Fixed #26278 -- Clarified apps.ready docs.Tim Graham
2016-02-03Changed gypsy to manouche in docs and tests.Blake Griffith
2016-01-04Fixed #26032 -- Moved "project root directory" to a separate paragraph.Tim Graham
2015-12-30Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
2015-11-17Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.Tim Graham
2015-10-29Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz
2015-09-22Recommended against default_app_config.Aymeric Augustin
2015-09-11Refs #25381 -- Clarified that AppConfig model methods search only the current...Tim Graham
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-06Fixed typo in docs/ref/applications.txt.Peter Inglesby
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-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