1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed #28574 -- Added QuerySet.explain().

This commit is contained in:
Tom
2017-09-10 15:34:18 +01:00
committed by Tim Graham
parent df90e462d9
commit c1c163b427
15 changed files with 253 additions and 0 deletions

View File

@@ -555,6 +555,7 @@ class ManagerTest(SimpleTestCase):
'only',
'using',
'exists',
'explain',
'_insert',
'_update',
'raw',