1
0
mirror of https://github.com/django/django.git synced 2025-03-31 19:46:42 +00:00

Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.

This commit is contained in:
Mariusz Felisiak 2021-10-26 08:46:50 +02:00 committed by GitHub
parent def09bf412
commit d446f8ba08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1732,9 +1732,7 @@ class AutodetectorTests(TestCase):
) )
def test_rename_field_and_foo_together(self): def test_rename_field_and_foo_together(self):
""" """Fields are renamed before updating index/unique_together."""
Removed fields will be removed after updating index/unique_together.
"""
changes = self.get_changes( changes = self.get_changes(
[self.author_empty, self.book_foo_together_3], [self.author_empty, self.book_foo_together_3],
[self.author_empty, self.book_foo_together_4], [self.author_empty, self.book_foo_together_4],