Changes between Initial Version and Version 1 of Ticket #31255, comment 13
- Timestamp:
- Sep 7, 2026, 6:25:11 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31255, comment 13
initial v1 1 Here's [https://github.com/django/django/compare/ma ster...charettes:ticket-31255 a branch pushing the idea above further].1 Here's [https://github.com/django/django/compare/main...charettes:ticket-31255 a branch pushing the idea above further] (''edited to point to django:main''). 2 2 3 3 It 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.