Changes between Initial Version and Version 1 of Ticket #26624, comment 7
- Timestamp:
- May 21, 2025, 6:33:20 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26624, comment 7
initial v1 1 `index_together` is [https://docs.djangoproject.com/en/dev/ref/models/options/#django.db.models.Options.unique_together discouraged], but I don't see anywhere that it's been deprecated, and it will exist in migrations indefinitely. 1 `index_together` is [https://docs.djangoproject.com/en/dev/ref/models/options/#django.db.models.Options.unique_together discouraged], but I don't see anywhere that it's been deprecated, and it will exist in migrations indefinitely. (EDIT: I meant `unique_together`, see comment:8) 2 2 3 3 Where I'm seeing this issue is migrating from a model like this