1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Fixed typo in delete test docstring.

This commit is contained in:
Tim Graham 2021-11-24 03:04:54 -05:00 committed by GitHub
parent 98352ddf3a
commit 9772eaa6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -713,9 +713,8 @@ class FastDeleteTests(TestCase):
def test_fast_delete_empty_no_update_can_self_select(self): def test_fast_delete_empty_no_update_can_self_select(self):
""" """
#25932 - Fast deleting on backends that don't have the Fast deleting when DatabaseFeatures.update_can_self_select = False
`no_update_can_self_select` feature should work even if the specified works even if the specified filter doesn't match any row (#25932).
filter doesn't match any row.
""" """
with self.assertNumQueries(1): with self.assertNumQueries(1):
self.assertEqual( self.assertEqual(