From e097e8a12f21a4e92594830f1ad1942b31916d0f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 29 Nov 2023 09:35:34 +0000 Subject: Fixed #28586 -- Added model field fetch modes. May your database queries be much reduced with minimal effort. co-authored-by: Andreas Pelme co-authored-by: Simon Charette co-authored-by: Jacob Walls --- tests/basic/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/basic/tests.py') diff --git a/tests/basic/tests.py b/tests/basic/tests.py index 38d7d2a3d6..89aef16aef 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -807,6 +807,7 @@ class ManagerTest(SimpleTestCase): "alatest", "aupdate", "aupdate_or_create", + "fetch_mode", ] def test_manager_methods(self): -- cgit v1.3