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:
Mariusz Felisiak 2022-07-21 07:05:50 +02:00 committed by GitHub
parent 0e76abb8c4
commit f810325721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View file

@ -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.