Changes between Initial Version and Version 1 of Ticket #31255, comment 13


Ignore:
Timestamp:
Sep 7, 2026, 6:25:11 PM (6 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31255, comment 13

    initial v1  
    1 Here's [https://github.com/django/django/compare/master...charettes:ticket-31255 a branch pushing the idea above further].
     1Here's [https://github.com/django/django/compare/main...charettes:ticket-31255 a branch pushing the idea above further] (''edited to point to django:main'').
    22
    33It currently has two failures related to many-to-many field removals optimizations in the auto-detector but the additional tests in `test_optimizer` demonstrate that changes work as expected. We should likely add more tests for the `RemoveField` and `DeleteModel` without fields(s) tests but I think this should be a good basis if you want to familiarize yourself with the internals of the optimizer.
Back to Top