index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
applications.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc'd that django.setup() is called under ASGI.
Adam Johnson
2023-03-01
1
-1
/
+1
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
1
-6
/
+10
*
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-28
1
-2
/
+2
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
1
-1
/
+3
*
Removed hyphen from pre-/re- prefixes.
David
2022-04-28
1
-1
/
+1
*
Corrected AppConfig.get_models() signature in docs.
David Sanders
2022-03-14
1
-1
/
+1
*
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
1
-9
/
+0
*
Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
kshitijraghav
2021-03-19
1
-1
/
+0
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
1
-0
/
+11
*
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-21
1
-39
/
+61
*
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
1
-3
/
+2
*
Clarified AppConfig.ready() docs example.
Adam Johnson
2020-01-22
1
-6
/
+11
*
Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.
Mariusz Felisiak
2019-12-05
1
-3
/
+3
*
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-06
1
-10
/
+9
*
Fixed typo in docs/ref/applications.txt.
Ali Mirlou
2019-08-23
1
-1
/
+1
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
1
-2
/
+2
*
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-25
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-8
/
+0
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-3
/
+3
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-2
/
+2
*
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
1
-6
/
+5
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
1
-4
/
+0
*
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-25
1
-4
/
+0
*
Added require_ready argument to get_model methods.
Aymeric Augustin
2016-10-28
1
-3
/
+29
*
Modified readiness check in AppConfig.get_model(s).
Aymeric Augustin
2016-10-28
1
-2
/
+7
*
Fixed docs typos in lines ending with a dash.
Tim Graham
2016-10-06
1
-2
/
+2
*
Documented AppRegistryNotReady.
Aymeric Augustin
2016-10-06
1
-3
/
+5
*
Fixed #26616 -- Clarified model usage in AppConfig.ready().
Kevin Christopher Henry
2016-08-17
1
-3
/
+17
*
Fixed #27050 -- Corrected django.setup()'s parameter name in docs.
Tim Graham
2016-08-11
1
-2
/
+2
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-2
/
+2
*
Fixed #26278 -- Clarified apps.ready docs.
Tim Graham
2016-02-25
1
-2
/
+2
*
Changed gypsy to manouche in docs and tests.
Blake Griffith
2016-02-03
1
-4
/
+4
*
Fixed #26032 -- Moved "project root directory" to a separate paragraph.
Tim Graham
2016-01-04
1
-3
/
+5
*
Fixed #25748 -- Added clarification on projects vs. applications.
Tim Graham
2015-12-30
1
-7
/
+15
*
Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
Tim Graham
2015-11-17
1
-0
/
+2
*
Fixed #16734 -- Set script prefix even outside of requests
Claude Paroz
2015-10-29
1
-1
/
+7
*
Recommended against default_app_config.
Aymeric Augustin
2015-09-22
1
-0
/
+8
*
Refs #25381 -- Clarified that AppConfig model methods search only the current...
Tim Graham
2015-09-11
1
-3
/
+4
*
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-09-07
1
-1
/
+3
*
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-03-07
1
-1
/
+1
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-2
/
+0
*
Fixed typo in docs/ref/applications.txt.
Peter Inglesby
2014-12-06
1
-1
/
+1
*
Checked more precisely whether the app registry is ready.
Aymeric Augustin
2014-07-12
1
-4
/
+6
*
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-23
1
-3
/
+3
*
Fixed #22688 -- Documented ready() may be called more than once
Claude Paroz
2014-05-24
1
-0
/
+9
*
Documented django.setup().
Aymeric Augustin
2014-04-26
1
-3
/
+64
*
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-26
1
-7
/
+7
*
Fixed a confusing heading in applications docs.
Aymeric Augustin
2014-04-25
1
-5
/
+5
*
Fixed #22422 -- Moved information about the application loading process to re...
Víðir Valberg Guðmundsson
2014-04-25
1
-0
/
+42
*
Changed paths in docs that referred to Python 2.
Aymeric Augustin
2014-04-20
1
-1
/
+1
[next]