Skip to content

Releases: peopledoc/django-generic-filters

0.6.1

17 Dec 16:55
Compare
Choose a tag to compare
  • Missing files.

0.6

17 Dec 16:55
Compare
Choose a tag to compare
0.6

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