diff --git a/tests/migrations/test_autodetector.py b/tests/migrations/test_autodetector.py index eb98da94e3b..8e3382adb9c 100644 --- a/tests/migrations/test_autodetector.py +++ b/tests/migrations/test_autodetector.py @@ -1732,9 +1732,7 @@ class AutodetectorTests(TestCase): ) def test_rename_field_and_foo_together(self): - """ - Removed fields will be removed after updating index/unique_together. - """ + """Fields are renamed before updating index/unique_together.""" changes = self.get_changes( [self.author_empty, self.book_foo_together_3], [self.author_empty, self.book_foo_together_4],