django-tables2 icon indicating copy to clipboard operation
django-tables2 copied to clipboard

order_FOO() is only used if input data is a QuerySet

Open BielStela opened this issue 6 years ago • 1 comments

Hello, Maybe would be nice to explain in the docs that order_FOO() only is used if the table data is a QuerySet and not a dict. I'm assuming that is an expected behavior.

BielStela avatar Oct 04 '19 10:10 BielStela

@BielStela Yes, it's expected behaviour. You are welcome to open a PR.

jieter avatar Oct 04 '19 19:10 jieter