Changes between Initial Version and Version 1 of Ticket #17459, comment 2


Ignore:
Timestamp:
Feb 6, 2012, 3:16:32 PM (13 years ago)
Author:
Jeremy Dunck

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17459, comment 2

    initial v1  
    55The 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.
    66
    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 change to advise and not be inlined.
     7I 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.
    88
    99Reopening - please wontfix again if you disagree.
Back to Top