Changes between Initial Version and Version 1 of Ticket #17459, comment 2
- Timestamp:
- Feb 6, 2012, 3:16:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17459, comment 2
initial v1 5 5 The problem is that the inlined queryset doesn't call db_for_read at all, so that the router can't advise the ORM not to use the default/parent-qs's DB. 6 6 7 I agree that inlining is useful, even in a multi-db context, but the child qs's router.db_for_read should still get a chan ge to advise and not be inlined.7 I agree that inlining is useful, even in a multi-db context, but the child qs's router.db_for_read should still get a chance to advise and not be inlined. 8 8 9 9 Reopening - please wontfix again if you disagree.