Handle tuple returns from get_sort_field()
Review Request #10278 — Created Oct. 25, 2018 and updated — Latest diff uploaded
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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
djblets/datagrid/grids.py |
---|