index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2014-05-24
Fixed #22688 -- Documented ready() may be called more than once
Claude Paroz
2014-04-26
Documented django.setup().
Aymeric Augustin
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-25
Fixed a confusing heading in applications docs.
Aymeric Augustin
2014-04-25
Fixed #22422 -- Moved information about the application loading process to re...
Víðir Valberg Guðmundsson
2014-04-20
Changed paths in docs that referred to Python 2.
Aymeric Augustin
2014-03-09
Fixed an example to match the code.
Aymeric Augustin
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-28
Fixed #22028 -- Documented that database signals aren't emitted for apps that...
Tim Graham
2014-02-15
Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().
Zbigniew Siciarz
2014-02-14
Updated docs that misreported django.apps.apps.ready as being a method.
Simon Meers
2014-02-02
Added a note about a possible name clash.
Aymeric Augustin
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-26
Fixed #21702 -- get_model('app_label.ModelName').
Aymeric Augustin
2014-01-25
Docs correction: apps loaded from eggs do not have appconfig.path None.
Carl Meyer
2014-01-25
Fixed #17304 -- Allow single-path and configured-path namespace packages as a...
Carl Meyer
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2014-01-02
Changed convention for modules storing AppConfigs.
Aymeric Augustin
2013-12-31
Renamed AppConfig.setup to ready.
Aymeric Augustin
[next]