Commit History

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