Changelog

0.11 (unreleased)

  • Nothing changed yet.

0.10 (2014-08-19)

  • Add a new attribute to manage condition.
  • Reviwed readme.

0.9 (2014-07-18)

  • Fix filter list pagination
  • Fix travis-ci test suite

0.8 (2014-04-17)

  • Remove support of the pagination.

0.7 (2014-02-25)

  • 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.

0.6.1 (2014-02-21)

  • Missing files.

0.6 (2014-02-21)

  • Fix order_by and order_reverse.
  • Fix is_form_submitted method.
  • Refactoring.

0.5 (2014-02-06)

  • FilteredForm now use the mixins.
  • Improve documentation
  • Implement the get_qs_filter method
  • FilterFields list view

0.4 (2013-10-01)

  • 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.

0.3 (2013-09-03)

  • Added README.rst in the manifest file.

0.2 (2013-09-03)

  • Fix AssertRaises to work with 2.6

0.1 (2013-09-02)

  • Introduced generic mixin and FilteredView
  • Introduced demo app
  • Initialized project