Changes between Initial Version and Version 1 of Ticket #17258, comment 1


Ignore:
Timestamp:
Nov 26, 2011, 1:16:27 PM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17258, comment 1

    initial v1  
    11If I understand correctly, your goal is to avoid adding a `.using(...)` clause to every `QuerySet` in the view.
    22
    3 The drawback is that we introduce some state — basically, a global (thread-local) variable that defines the "current default" database connection.
     3The drawback is that it introduces some state — basically, a global (thread-local) variable that defines the "current default" database connection.
    44
    55Two other remarks:
Back to Top