Changes between Initial Version and Version 1 of Ticket #34525, comment 15
- Timestamp:
- May 4, 2023, 11:10:36 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34525, comment 15
initial v1 1 To be clear, I believe that we wanted to do the same for `AlterIndexTogether()` and `CreateModel()`'s `index_together` i.e. support them only for pre-Django 4.2 migration files and don't deprecate or remove them. That's why we should avoid raising deprecation warnings for model states and add a similar [https://docs.djangoproject.com/en/4.2/ref/migration-operations/#alterindextogether warning] to the `CreateModel()` docs. 1 ~~To be clear, I believe that we wanted to do the same for `AlterIndexTogether()` and `CreateModel()`'s `index_together` i.e. support them only for pre-Django 4.2 migration files and don't deprecate or remove them. That's why we should avoid raising deprecation warnings for model states and add a similar [https://docs.djangoproject.com/en/4.2/ref/migration-operations/#alterindextogether warning] to the `CreateModel()` docs. ~~