diff options
| author | Tim Graham <timograham@gmail.com> | 2021-11-24 03:04:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 09:04:54 +0100 |
| commit | 9772eaa6c00678525083da95bac2e9b726c649e3 (patch) | |
| tree | 64d5c90d1593953347ee7f77fc51e394ec67cd05 /tests/delete | |
| parent | 98352ddf3a1ccffe8d38ecb34e1a51ed58d29cf3 (diff) | |
Fixed typo in delete test docstring.
Diffstat (limited to 'tests/delete')
| -rw-r--r-- | tests/delete/tests.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/delete/tests.py b/tests/delete/tests.py index d269a08b9d..e5dde8047a 100644 --- a/tests/delete/tests.py +++ b/tests/delete/tests.py @@ -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( |
