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:
parent
cd3ba1edf7
commit
ed0cf42daa
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user