提交歷史

作者 SHA1 備註 提交日期
  Mariusz Felisiak b119f4329c Refs #29708 -- Removed PickleSerializer per deprecation timeline. 2 年之前
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2 年之前
  Simon Charette b3db6c8dcb Fixed #21204 -- Tracked field deferrals by field instead of models. 2 年之前
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. 5 年之前
  Tim Graham 789c47e6de Removed hardcoded pk in defer_regress test. 4 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
  Simon Charette 535660b852 Refs #18100 -- Added tests for deferred model deletion signals. 9 年之前
  Anssi Kääriäinen 7f51876f99 Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading. 9 年之前
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 年之前
  Tore Lundqvist 3389c5ea22 Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 9 年之前
  Simon Charette a08fda2111 Fixed #25746 -- Isolated inlined test models registration. 9 年之前
  Simon Charette 3db3ab71e9 Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps. 9 年之前
  Alasdair Nicol d91321e8be Used assertIsInstance in tests. 10 年之前
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 年之前
  Josh Schneier 7d363ed432 Fixed typos of "select_related" in docs and tests. 10 年之前
  Anssi Kääriäinen 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 年之前
  Anssi Kääriäinen f7dba61881 Avoided creation of deferred model from another deferred model 10 年之前
  Tim Graham e769846eec Removed unused variable. 10 年之前
  Lovas Bence 9385aa3198 Fixed #22050 -- Fixed defer fields on proxy related models. 11 年之前
  Aymeric Augustin 34a215d506 Deprecated the app argument of apps.get_models. 11 年之前
  Aymeric Augustin 1716b7ce5a Renamed AppCache to Apps. 11 年之前
  Aymeric Augustin e32095616c Imported override_settings from its new location. 11 年之前
  Aymeric Augustin 2fef9e5375 Moved apps back in the toplevel django namespace. 11 年之前
  Aymeric Augustin 4a56a93cc4 Moved the new app cache inside core. 11 年之前
  Aymeric Augustin 69039becde Deprecated get_app(). 11 年之前
  Aymeric Augustin 8662654d6d Removed module-level functions for the app cache. 11 年之前
  Aymeric Augustin 860c2c8bc5 Moved django.db.models.loading to django.apps.cache. 11 年之前
  Jason Myers 7a61c68c50 PEP8 cleanup 11 年之前