Changes between Initial Version and Version 1 of Ticket #19080, comment 3


Ignore:
Timestamp:
Jun 4, 2013, 4:50:15 PM (11 years ago)
Author:
Tomek Paczkowski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19080, comment 3

    initial v1  
    11I've added pull request for this ticket: https://github.com/django/django/pull/1245
    22
    3 It implements finer control over select_related, allowing setting this attribute to a tuple. Empty tuple disables select related and any other is passed as arguments to select_related.
     3It implements finer control over select_related, allowing setting this attribute to a tuple. Empty tuple disables `select_related` and any other is passed as arguments to `select_related`.
Back to Top