Commit History

Author SHA1 Message Date
  Tim Graham 7f02c1eded [1.9.x] Fixed #26278 -- Clarified apps.ready docs. 8 years ago
  Blake Griffith daa80aceec [1.9.x] Changed gypsy to manouche in docs and tests. 8 years ago
  Tim Graham 0a72ad3952 [1.9.x] Fixed #26032 -- Moved "project root directory" to a separate paragraph. 8 years ago
  Tim Graham 406acd66e3 [1.9.x] Fixed #25748 -- Added clarification on projects vs. applications. 8 years ago
  Tim Graham 7bbfc43e34 [1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes. 9 years ago
  Aymeric Augustin 94a36cfd8c Recommended against default_app_config. 9 years ago
  Tim Graham e7e8d30cae Refs #25381 -- Clarified that AppConfig model methods search only the current app. 9 years ago
  Tim Graham 862de0b254 Fixed #25356 -- Removed default_app_config from startapp template. 9 years ago
  Floris den Hengst e42a720ba2 Fixed typos and updated spelling wordlist. 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Peter Inglesby 0fde2ca036 Fixed typo in docs/ref/applications.txt. 10 years ago
  Aymeric Augustin a764a9ccff Checked more precisely whether the app registry is ready. 10 years ago
  Claude Paroz 9618d68b34 Fixed #8033 -- Explained app registry error during translation setup 10 years ago
  Claude Paroz b8fc167b32 Fixed #22688 -- Documented ready() may be called more than once 10 years ago
  Aymeric Augustin 58ed387db3 Documented django.setup(). 10 years ago
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 years ago
  Aymeric Augustin 0315f01087 Fixed a confusing heading in applications docs. 10 years ago
  Víðir Valberg Guðmundsson deb561bbe2 Fixed #22422 -- Moved information about the application loading process to refs/applications.txt. 10 years ago
  Aymeric Augustin bbe818b23c Changed paths in docs that referred to Python 2. 10 years ago
  Aymeric Augustin 3315535ae8 Fixed an example to match the code. 10 years ago
  Tim Graham 1f5f015c32 Fixed spelling mistakes in docs. 10 years ago
  Tim Graham 55fb162588 Fixed #22028 -- Documented that database signals aren't emitted for apps that laack a models module. 10 years ago
  Zbigniew Siciarz 94b5bc361a Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). 10 years ago
  Simon Meers 007c5cd367 Updated docs that misreported django.apps.apps.ready as being a method. 10 years ago
  Aymeric Augustin ab2f21080d Added a note about a possible name clash. 10 years ago
  Carl Meyer 88a2d39159 Fixed #21874 -- Require Django applications to have a filesystem path. 10 years ago
  Aymeric Augustin 3c47786cb9 Fixed #21702 -- get_model('app_label.ModelName'). 10 years ago
  Carl Meyer 8bc3780b67 Docs correction: apps loaded from eggs do not have appconfig.path None. 10 years ago
  Carl Meyer 966b186981 Fixed #17304 -- Allow single-path and configured-path namespace packages as apps. 10 years ago
  Aymeric Augustin 2ff93e027c Fixed #21829 -- Added default AppConfigs. 10 years ago