Release 0.3.1
=============
* add support for django 1.10
* fix empty variable in templates
* fixes :ghissue:`8` Fix filter id in templates


Release 0.3
===========
* django versions 1.4 to 1.9
* python 2.7, 3.4, 3.5
* broaden tests - test UnionFieldListFilter and IntersectionFieldListFilter (thanks PetrDlouhy)
* Demoproject made working and transformed to testing application (thanks PetrDlouhy)
* Various filters are included in demoproject (thanks PetrDlouhy)
* Coverage with coveralls.org  (thanks PetrDlouhy)
* Readme update with actual filters  (thanks PetrDlouhy)


Release 0.2
===========
* added MultipleSelectFieldListFilter, IntersectionFieldListFilter, UnionFieldListFilter


Release 0.1
===========
* initial relaase
