84d9a1b264e402ac549b60ac60d7034ba7cd2258
[django-tables2.git] / README
1 ===============\r
2 Ordering Syntax\r
3 ===============\r
4 \r
5 Works exactly like in the Django database API. Order may be specified as\r
6 a list (or tuple) of column names. If prefixed with a hypen, the ordering\r
7 for that particular field will be in reverse order.\r
8 \r
9 Random ordering is currently not supported.\r
10 \r
11 ====\r
12 TODO\r
13 ====\r
14 \r
15  - Support table filters\r
16  - Support grouping\r
17  - Support choices-like data