1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

Refs #27236 -- Removed references to removed index_together migration methods.

This commit is contained in:
Clifford Gama 2025-07-03 15:23:25 +02:00 committed by GitHub
parent 94ebcf8366
commit 6df19412aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,8 +196,8 @@ class MigrationAutodetector:
# Create the renamed fields and store them in self.renamed_fields.
# They are used by create_altered_indexes(), generate_altered_fields(),
# generate_removed_altered_index/unique_together(), and
# generate_altered_index/unique_together().
# generate_removed_altered_unique_together(), and
# generate_altered_unique_together().
self.create_renamed_fields()
# Create the altered indexes and store them in self.altered_indexes.
# This avoids the same computation in generate_removed_indexes()