- Warning remove order_by_list which was merged with default_order - Is form submitted return True when the request method is GET and have data in request. - Adding form_empty method.
- FilteredForm now use the mixins. - Improve documentation - Implement the get_qs_filter method - FilterFields list view
0.4
----------------
- Search for each terms instead of searching for the full string in order. - Let use redefine the All value - Allow html in choice labels - Fix import path in documentation.