Changes between Initial Version and Version 1 of Ticket #28454
- Timestamp:
- Jul 31, 2017, 12:03:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28454
- Property Component Uncategorized → Database layer (models, ORM)
- Property Triage Stage Unreviewed → Accepted
- Property Summary Simplify use of setup_joins by returning a named tuple → Simplify use of Query.setup_joins() by returning a named tuple
-
Ticket #28454 – Description
initial v1 10 10 > Yes please 11 11 12 The ` setup_joins` function currently returns a tuple of many pieces of data. #24747 adds another to that list. As many users of `setup_joins` unpacked multiple variables to `_` placeholders, it was decided to simplify usage and make it easier to add additional items to the tuple without changing the unpacking.12 The `Query.setup_joins()` method currently returns a tuple of many pieces of data. #24747 adds another to that list. As many users of `setup_joins()` unpacked multiple variables to `_` placeholders, it was decided to simplify usage and make it easier to add additional items to the tuple without changing the unpacking.