mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
This should make it more straightforward to move forward when deprecation ends.
This commit is contained in:
@@ -2491,7 +2491,6 @@ class OperationTests(OperationTestBase):
|
||||
atomic=connection.features.supports_atomic_references_rename,
|
||||
)
|
||||
|
||||
@ignore_warnings(category=RemovedInDjango51Warning)
|
||||
def test_rename_field(self):
|
||||
"""
|
||||
Tests the RenameField operation.
|
||||
|
||||
Reference in New Issue
Block a user