Commit történet

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