mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed typo in delete test docstring.
This commit is contained in:
		| @@ -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( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user