mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
Refs #27236 -- Removed references to removed index_together migration methods.
This commit is contained in:
parent
94ebcf8366
commit
6df19412aa
@ -196,8 +196,8 @@ class MigrationAutodetector:
|
|||||||
|
|
||||||
# Create the renamed fields and store them in self.renamed_fields.
|
# Create the renamed fields and store them in self.renamed_fields.
|
||||||
# They are used by create_altered_indexes(), generate_altered_fields(),
|
# They are used by create_altered_indexes(), generate_altered_fields(),
|
||||||
# generate_removed_altered_index/unique_together(), and
|
# generate_removed_altered_unique_together(), and
|
||||||
# generate_altered_index/unique_together().
|
# generate_altered_unique_together().
|
||||||
self.create_renamed_fields()
|
self.create_renamed_fields()
|
||||||
# Create the altered indexes and store them in self.altered_indexes.
|
# Create the altered indexes and store them in self.altered_indexes.
|
||||||
# This avoids the same computation in generate_removed_indexes()
|
# This avoids the same computation in generate_removed_indexes()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user