summaryrefslogtreecommitdiff
path: root/docs/ref/applications.txt
Commit message (Expand)AuthorAgeFilesLines
* Doc'd that django.setup() is called under ASGI.Adam Johnson2023-03-011-1/+1
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-6/+10
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-281-2/+2
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-1/+3
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Corrected AppConfig.get_models() signature in docs.David Sanders2022-03-141-1/+1
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-9/+0
* Fixed #32570 -- Removed unnecessary default_auto_field in app config example.kshitijraghav2021-03-191-1/+0
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+11
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-39/+61
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-3/+2
* Clarified AppConfig.ready() docs example.Adam Johnson2020-01-221-6/+11
* Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak2019-12-051-3/+3
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-10/+9
* Fixed typo in docs/ref/applications.txt.Ali Mirlou2019-08-231-1/+1
* Used auto-numbered lists in documentation.François Freitag2018-11-151-2/+2
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-251-1/+1
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-8/+0
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+3
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-2/+2
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-6/+5
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-4/+0
* Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin2016-11-251-4/+0
* Added require_ready argument to get_model methods.Aymeric Augustin2016-10-281-3/+29
* Modified readiness check in AppConfig.get_model(s).Aymeric Augustin2016-10-281-2/+7
* Fixed docs typos in lines ending with a dash.Tim Graham2016-10-061-2/+2
* Documented AppRegistryNotReady.Aymeric Augustin2016-10-061-3/+5
* Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry2016-08-171-3/+17
* Fixed #27050 -- Corrected django.setup()'s parameter name in docs.Tim Graham2016-08-111-2/+2
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-2/+2
* Fixed #26278 -- Clarified apps.ready docs.Tim Graham2016-02-251-2/+2
* Changed gypsy to manouche in docs and tests.Blake Griffith2016-02-031-4/+4
* Fixed #26032 -- Moved "project root directory" to a separate paragraph.Tim Graham2016-01-041-3/+5
* Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham2015-12-301-7/+15
* Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.Tim Graham2015-11-171-0/+2
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-1/+7
* Recommended against default_app_config.Aymeric Augustin2015-09-221-0/+8
* Refs #25381 -- Clarified that AppConfig model methods search only the current...Tim Graham2015-09-111-3/+4
* Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham2015-09-071-1/+3
* Fixed typos and updated spelling wordlist.Floris den Hengst2015-03-071-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-2/+0
* Fixed typo in docs/ref/applications.txt.Peter Inglesby2014-12-061-1/+1
* Checked more precisely whether the app registry is ready.Aymeric Augustin2014-07-121-4/+6
* Fixed #8033 -- Explained app registry error during translation setupClaude Paroz2014-06-231-3/+3
* Fixed #22688 -- Documented ready() may be called more than onceClaude Paroz2014-05-241-0/+9
* Documented django.setup().Aymeric Augustin2014-04-261-3/+64
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-7/+7
* Fixed a confusing heading in applications docs.Aymeric Augustin2014-04-251-5/+5
* Fixed #22422 -- Moved information about the application loading process to re...Víðir Valberg Guðmundsson2014-04-251-0/+42
* Changed paths in docs that referred to Python 2.Aymeric Augustin2014-04-201-1/+1