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:
parent
def09bf412
commit
d446f8ba08
@ -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],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user