커밋 기록

작성자 SHA1 메시지 날짜
  Tim Graham 55fb162588 Fixed #22028 -- Documented that database signals aren't emitted for apps that laack a models module. 11 년 전
  Zbigniew Siciarz 94b5bc361a Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). 11 년 전
  Simon Meers 007c5cd367 Updated docs that misreported django.apps.apps.ready as being a method. 11 년 전
  Aymeric Augustin ab2f21080d Added a note about a possible name clash. 11 년 전
  Carl Meyer 88a2d39159 Fixed #21874 -- Require Django applications to have a filesystem path. 11 년 전
  Aymeric Augustin 3c47786cb9 Fixed #21702 -- get_model('app_label.ModelName'). 11 년 전
  Carl Meyer 8bc3780b67 Docs correction: apps loaded from eggs do not have appconfig.path None. 11 년 전
  Carl Meyer 966b186981 Fixed #17304 -- Allow single-path and configured-path namespace packages as apps. 11 년 전
  Aymeric Augustin 2ff93e027c Fixed #21829 -- Added default AppConfigs. 11 년 전
  Aymeric Augustin 3326a412cc Deprecated importing a model before loading its application. 11 년 전
  Aymeric Augustin 6a320cc14a Fixed #21718 -- Renamed has_app to is_installed. 11 년 전
  Aymeric Augustin 449ede03b8 Changed convention for modules storing AppConfigs. 11 년 전
  Aymeric Augustin 1d23d766ab Renamed AppConfig.setup to ready. 11 년 전
  Aymeric Augustin c40209dcc0 Made it possible to change an application's label in its configuration. 11 년 전
  Aymeric Augustin bfcc686d22 Removed the only_with_models_module argument of get_model[s]. 11 년 전
  Aymeric Augustin e187caa3af Added AppConfig.setup() to run setup code. 11 년 전
  Aymeric Augustin 7b88a96553 Added AppConfig.get_models(). 11 년 전
  Aymeric Augustin ba7206cd81 Changed get_model to raise an exception on errors. 11 년 전
  Aymeric Augustin 54790e669d Simplified Apps.get_model and added AppConfig.get_model. 11 년 전
  Aymeric Augustin ce1bc2c94b Made the AppConfig API marginally more consistent. 11 년 전
  Aymeric Augustin 7df049c417 Swapped app registry and app config API docs. 11 년 전
  Aymeric Augustin 285e765891 Added release notes for app loading changes. 11 년 전
  Aymeric Augustin f326720a73 Documented the Apps and AppConfig APIs. 11 년 전