Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/applications.txt
Commit message (Expand)AuthorAgeFilesLines
* 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 sea...Tim Graham2015-09-111-3/+4
* Fixed #25356 -- Removed default_app_config from startapp ...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-021-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 transl...Claude Paroz2014-06-231-3/+3
* Fixed #22688 -- Documented ready() may be called more tha...Claude 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 l...Víðir Valberg Guðmundsson2014-04-251-0/+42
* Changed paths in docs that referred to Python 2.Aymeric Augustin2014-04-201-1/+1
* Fixed an example to match the code.Aymeric Augustin2014-03-091-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-1/+1
* Fixed #22028 -- Documented that database signals aren't e...Tim Graham2014-02-281-0/+4
* Fixed #22002 -- Documented avoiding database interaction ...Zbigniew Siciarz2014-02-151-0/+13
* Updated docs that misreported django.apps.apps.ready as b...Simon Meers2014-02-141-2/+3
* Added a note about a possible name clash.Aymeric Augustin2014-02-021-0/+9
* Fixed #21874 -- Require Django applications to have a fil...Carl Meyer2014-01-271-2/+0
* Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin2014-01-261-2/+7
* Docs correction: apps loaded from eggs do not have appcon...Carl Meyer2014-01-261-2/+1
* Fixed #17304 -- Allow single-path and configured-path nam...Carl Meyer2014-01-261-3/+35
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-7/+28
* Deprecated importing a model before loading its application.Aymeric Augustin2014-01-101-0/+7
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-1/+1
* Changed convention for modules storing AppConfigs.Aymeric Augustin2014-01-021-4/+4
* Renamed AppConfig.setup to ready.Aymeric Augustin2013-12-311-3/+3
* Made it possible to change an application's label in its ...Aymeric Augustin2013-12-311-10/+19
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-8/+2
* Added AppConfig.setup() to run setup code.Aymeric Augustin2013-12-301-0/+6
* Added AppConfig.get_models().Aymeric Augustin2013-12-291-0/+4
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+2
* Simplified Apps.get_model and added AppConfig.get_model.Aymeric Augustin2013-12-281-0/+15
* Made the AppConfig API marginally more consistent.Aymeric Augustin2013-12-261-1/+1
* Swapped app registry and app config API docs.Aymeric Augustin2013-12-251-44/+44
* Added release notes for app loading changes.Aymeric Augustin2013-12-241-2/+2
* Documented the Apps and AppConfig APIs.Aymeric Augustin2013-12-241-0/+191