mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed typo in delete test docstring.
This commit is contained in:
parent
98352ddf3a
commit
9772eaa6c0
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user