1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

Add new methods to QUERYSET_PROXY_METHODS

This commit is contained in:
Aivars Kalvans 2023-09-25 14:04:32 +03:00
parent cd3ba1edf7
commit ed0cf42daa

View File

@ -695,6 +695,7 @@ class ManagerTest(SimpleTestCase):
"values",
"values_list",
"update",
"update_returning",
"reverse",
"defer",
"only",
@ -726,6 +727,7 @@ class ManagerTest(SimpleTestCase):
"alatest",
"aupdate",
"aupdate_or_create",
"aupdate_returning",
]
def test_manager_methods(self):