* Unused template 'datatable.html' removed. * Fix issues 2 and 8 * Fix issue 9 * Raise an exception when searching over a ManyToManyField (not supported yet)
4.1.5
Not secure
------ * Edit button example * Better row-tools style (fix for Firefox)
4.1.4
Not secure
------ * foreign_fields: render with __str__() if no attribute has been specified by 'foreign_field' * [fix] added missing csrftoken header in first POST call (initialize_table()) * selectively disable the `only` or `select_related` queryset optimization
4.1.3
Not secure
------ * Filters: proper lookup choices for foreign columns * search_in_choices(): match substring instead of startswith() * Filter tracing: serialize with DjangoJSONEncoder
4.1.2
Not secure
------ * pass "extra_data" during table initialization
4.1.1
Not secure
------ * [fix] Restore capability to use both global and column filtering at the same time * improved tracing (optionally uses sqlparse, termcolor and pygments)