Changes between Initial Version and Version 1 of Ticket #34366, comment 1


Ignore:
Timestamp:
Feb 23, 2023, 4:16:03 PM (19 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34366, comment 1

    initial v1  
    1 Your analysis is correct Laurent, the reduction of multiple `AlterField` against the same model is simply not implemented today hence why you're running this behaviour.
     1Your analysis is correct Laurent, the reduction of multiple `AlterField` against the same model is simply not implemented today hence why you're running into this behaviour.
    22
    33Given you're already half way there [https://docs.djangoproject.com/en/4.1/intro/contributing/#running-django-s-test-suite-for-the-first-time I would encourage you to submit a PR] that adds these changes and [https://github.com/django/django/blob/main/tests/migrations/test_optimizer.py an optimizer regression test] to cover them if you'd like to see this issue fixed in future versions of Django.
Back to Top