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
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
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Added AppConfig.setup() to run setup code.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Simplified Apps.get_model and added AppConfig.get_model.
Aymeric Augustin
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-25
Swapped app registry and app config API docs.
Aymeric Augustin
2013-12-24
Added release notes for app loading changes.
Aymeric Augustin
2013-12-24
Documented the Apps and AppConfig APIs.
Aymeric Augustin
[prev]