Changes between Initial Version and Version 2 of Ticket #36432
- Timestamp:
- Jun 3, 2025, 10:02:18 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36432
- Property Summary Regression in Prefetch and multi-table inherited models in 5.2.0 → Regression in Prefetch and multi-table inherited models since 5.2.0
-
Ticket #36432 – Description
initial v2 30 30 }}} 31 31 32 the query that fails - demonstrated in the tests, which you can run if youafter installing django with `python manage.py test` or if you install tox, just run `tox`:32 the 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`: 33 33 34 34 {{{ … … 101 101 }}} 102 102 103 In Django 5.2 we can pe ak at the SQL to be rendered (I believe) with a breakpoint before queryset.filter103 In Django 5.2 we can peek at the SQL to be rendered (I believe) with a breakpoint before queryset.filter 104 104 105 105 {{{