Handle tuple returns from get_sort_field()
Review Request #10278 — Created Oct. 25, 2018 and updated — Latest diff uploaded
Information | |
---|---|
gojeffcho | |
Djblets | |
release-2.0.x | |
10277 | |
10277 | |
d0adbe5... | |
Reviewers | |
djblets, students | |
This fix enables handling of tuples as returns from a
Column
's
get_sort_field()
duringprecompute_objects()
. This is related to
the "Make all columns sortable on /users/ page" fix.
All tests pass for Djblets.