Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Carl Meyer ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 vuotta sitten
  Aymeric Augustin 5d9da7597e Fixed app registry cleanup in app-loading tests. 11 vuotta sitten
  Aymeric Augustin 34a215d506 Deprecated the app argument of apps.get_models. 11 vuotta sitten
  Aymeric Augustin 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 vuotta sitten
  Aymeric Augustin 9f13c33281 Removed the only_installed argument of Apps.get_models. 11 vuotta sitten
  Aymeric Augustin ba7206cd81 Changed get_model to raise an exception on errors. 11 vuotta sitten
  Aymeric Augustin 81354b82bf Stopped calling apps.get_model with only_installed=False. 11 vuotta sitten
  Aymeric Augustin 1716b7ce5a Renamed AppCache to Apps. 11 vuotta sitten
  Aymeric Augustin 82a35e24d4 Replaced ad-hoc caching of get_models with lru_cache. 11 vuotta sitten
  Aymeric Augustin da16bb30ff Dropped AppCache._empty, _with_app and _without_app. 11 vuotta sitten
  Aymeric Augustin 5891990b6e Refactored INSTALLED_APPS overrides. 11 vuotta sitten
  Aymeric Augustin 2fef9e5375 Moved apps back in the toplevel django namespace. 11 vuotta sitten
  Aymeric Augustin 517c24bcfa Complained on override_settings(INSTALLED_APPS=...). 11 vuotta sitten
  Aymeric Augustin f25fa9d859 Deprecated load_app(). 11 vuotta sitten
  Aymeric Augustin 86804ab063 Terminated AppCache._populate() with extreme prejudice. 11 vuotta sitten
  Aymeric Augustin 742ed9878e Refactored registration of models. 11 vuotta sitten
  Aymeric Augustin 0242c56fd8 Deborgified the app cache. 11 vuotta sitten
  Aymeric Augustin 4a56a93cc4 Moved the new app cache inside core. 11 vuotta sitten
  Aymeric Augustin b55282b98b Moved list of models inside AppConfig instances. 11 vuotta sitten
  Aymeric Augustin 8662654d6d Removed module-level functions for the app cache. 11 vuotta sitten
  Aymeric Augustin 9217b89da3 Removed BaseAppCache.app_store. 11 vuotta sitten
  Aymeric Augustin 860c2c8bc5 Moved django.db.models.loading to django.apps.cache. 11 vuotta sitten
  Tim Graham 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 vuotta sitten
  Alasdair Nicol bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings 11 vuotta sitten
  Tim Graham 04489c7dbf Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 11 vuotta sitten
  Claude Paroz 5c1143910e Removed most of absolute_import imports 11 vuotta sitten
  Aymeric Augustin cfcf4b3605 Stopped using django.utils.unittest in the test suite. 11 vuotta sitten
  Florian Apolloner 89f40e3624 Merged regressiontests and modeltests into the test root. 12 vuotta sitten