Commit Verlauf

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