mirror of
https://github.com/django/django.git
synced 2025-07-28 15:44:20 +00:00
Fixed #24141 -- Added QuerySet.contains().
This commit is contained in:
parent
286fb73b69
commit
d01709aae2
7 changed files with 132 additions and 18 deletions
|
@ -602,6 +602,7 @@ class ManagerTest(SimpleTestCase):
|
|||
'only',
|
||||
'using',
|
||||
'exists',
|
||||
'contains',
|
||||
'explain',
|
||||
'_insert',
|
||||
'_update',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue