mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #28586 -- Added model field fetch modes.
May your database queries be much reduced with minimal effort. co-authored-by: Andreas Pelme <andreas@pelme.se> co-authored-by: Simon Charette <charette.s@gmail.com> co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
committed by
Jacob Walls
parent
f6bd90c840
commit
e097e8a12f
@@ -807,6 +807,7 @@ class ManagerTest(SimpleTestCase):
|
||||
"alatest",
|
||||
"aupdate",
|
||||
"aupdate_or_create",
|
||||
"fetch_mode",
|
||||
]
|
||||
|
||||
def test_manager_methods(self):
|
||||
|
||||
Reference in New Issue
Block a user