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
1 changed files with 2 additions and 3 deletions

View File

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