Changes between Initial Version and Version 1 of Ticket #19080, comment 3
- Timestamp:
- Jun 4, 2013, 4:50:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19080, comment 3
initial v1 1 1 I've added pull request for this ticket: https://github.com/django/django/pull/1245 2 2 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.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`.