Commit History

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