summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
AgeCommit message (Expand)Author
2026-01-08Fixed #36844 -- Clarified need for reusable apps to set default_auto_field in...Amar Ahmed Deina
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-07-01Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/application...Andrew Miller
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2023-08-21Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.Florian Zimmermann
2023-03-01Doc'd that django.setup() is called under ASGI.Adam Johnson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-03-14Corrected AppConfig.get_models() signature in docs.David Sanders
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-03-19Fixed #32570 -- Removed unnecessary default_auto_field in app config example.kshitijraghav
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-01-22Clarified AppConfig.ready() docs example.Adam Johnson
2019-12-05Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-23Fixed typo in docs/ref/applications.txt.Ali Mirlou
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