Add an argument, order=None to views which will accept a string or sequence of strings containing column names to order to result. The names can be optionally preceded by a '-' to denote a reversed ordering. The semantics of the API are intended to wrap Django's QuerySet.order_by.
Add an argument,
order=None
to views which will accept a string or sequence of strings containing column names to order to result. The names can be optionally preceded by a '-' to denote a reversed ordering. The semantics of the API are intended to wrap Django'sQuerySet.order_by
.