index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
applications.txt
Age
Commit message (
Expand
)
Author
2026-01-08
Fixed #36844 -- Clarified need for reusable apps to set default_auto_field in...
Amar Ahmed Deina
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2024-07-01
Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/application...
Andrew Miller
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-08-21
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
Florian Zimmermann
2023-03-01
Doc'd that django.setup() is called under ASGI.
Adam Johnson
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-03-14
Corrected AppConfig.get_models() signature in docs.
David Sanders
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-03-19
Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
kshitijraghav
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-01-22
Clarified AppConfig.ready() docs example.
Adam Johnson
2019-12-05
Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-23
Fixed typo in docs/ref/applications.txt.
Ali Mirlou
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-10-28
Added require_ready argument to get_model methods.
Aymeric Augustin
2016-10-28
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-10-06
Fixed docs typos in lines ending with a dash.
Tim Graham
2016-10-06
Documented AppRegistryNotReady.
Aymeric Augustin
2016-08-17
Fixed #26616 -- Clarified model usage in AppConfig.ready().
Kevin Christopher Henry
2016-08-11
Fixed #27050 -- Corrected django.setup()'s parameter name in docs.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-02-25
Fixed #26278 -- Clarified apps.ready docs.
Tim Graham
2016-02-03
Changed gypsy to manouche in docs and tests.
Blake Griffith
2016-01-04
Fixed #26032 -- Moved "project root directory" to a separate paragraph.
Tim Graham
2015-12-30
Fixed #25748 -- Added clarification on projects vs. applications.
Tim Graham
2015-11-17
Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
Tim Graham
2015-10-29
Fixed #16734 -- Set script prefix even outside of requests
Claude Paroz
2015-09-22
Recommended against default_app_config.
Aymeric Augustin
2015-09-11
Refs #25381 -- Clarified that AppConfig model methods search only the current...
Tim Graham
2015-09-07
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-06
Fixed typo in docs/ref/applications.txt.
Peter Inglesby
2014-07-12
Checked more precisely whether the app registry is ready.
Aymeric Augustin
2014-06-23
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
[next]