Changes between Initial Version and Version 1 of Ticket #36380, comment 18


Ignore:
Timestamp:
Jun 3, 2025, 11:12:59 AM (5 months ago)
Author:
Sage Abdullah

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36380, comment 18

    initial v1  
    1 Thanks for reporting this, Tim! I did notice this when I made [https://github.com/laymonage/django-sqlite-bulk-optimization my repro] for #36143.
     1Thanks for reporting this, ~~Tim~~ Jacob (and Tim for triaging the ticket)! I did notice this when I made [https://github.com/laymonage/django-sqlite-bulk-optimization my repro] for #36143.
    22
    33You can see that with Django's `main` branch, my `assertNumQueries` test [https://github.com/laymonage/django-sqlite-bulk-optimization/actions/runs/15422012460/job/43399341443 took more than 5 mins]. On Natalia's PR branch for this ticket, [https://github.com/laymonage/django-sqlite-bulk-optimization/actions/runs/15422012460/job/43399341468 it only took less than a second].
Back to Top