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-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