mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
0e76abb8c4
commit
f810325721
4 changed files with 11 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue