Changes between Initial Version and Version 2 of Ticket #36432


Ignore:
Timestamp:
Jun 3, 2025, 10:02:18 AM (3 months ago)
Author:
Cornelis Poppema
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36432

    • Property Summary Regression in Prefetch and multi-table inherited models in 5.2.0Regression in Prefetch and multi-table inherited models since 5.2.0
  • Ticket #36432 – Description

    initial v2  
    3030}}}
    3131
    32 the query that fails - demonstrated in the tests, which you can run if you after installing django with `python manage.py test` or if you install tox, just run `tox`:
     32the query that fails - demonstrated in the tests, which you can run after installing django with `python manage.py test` or if you install tox, just run `tox`:
    3333
    3434{{{
     
    101101}}}
    102102
    103 In Django 5.2 we can peak at the SQL to be rendered (I believe) with a breakpoint before queryset.filter
     103In Django 5.2 we can peek at the SQL to be rendered (I believe) with a breakpoint before queryset.filter
    104104
    105105{{{
Back to Top