Skip to content

Releases: peopledoc/django-generic-filters

2.1.1

29 Mar 08:23
11b0797
Compare
Choose a tag to compare

Kudos:

@ewjoachim, @mike-perdide and @pleasedontbelong

2.1.0

13 Jan 08:10
1eac5d3
Compare
Choose a tag to compare

Kudos:

@ewjoachim and @mike-perdide

2.0.0

17 Dec 17:03
Compare
Choose a tag to compare
  • Fix a lot of slightly broken things in the packaging and boilerplate, test the
    lib for real on recent python/django versions (#62)

1.10

04 Feb 09:54
0aed620
Compare
Choose a tag to compare
  • Add support for Django 2.2 & 3.0
  • Drop support for Django 1.8, 1.9 & 1.10

1.9

17 Dec 17:02
Compare
Choose a tag to compare
1.9
  • Make choice label optionaly safely rendered in html

1.8

17 Dec 17:01
Compare
Choose a tag to compare
1.8
  • Fix pep8 issues. Replace sqlite database by postgresql in demo settings (more strict)
  • Fix HiddenWidget issue with (Model)MultipleChoiceField
  • Fix IS NULL filter issue when fields are empty (None, [] or empty queryset)
  • Generate "model"."column" IN (...) instead of "model"."colunm" = [...]
  • Improve FilterView tests for (Multiple)ModelChoices and (Multiple)Choices fields

1.7

17 Dec 17:01
Compare
Choose a tag to compare
1.7
  • Add explicit support of Django 1.8, 1.9, 1.10, 1.11
  • Remove django-templateaddons contrib
  • Add support of Python 3

1.6

17 Dec 17:01
Compare
Choose a tag to compare
1.6
  • Filter fields having the HTML attribute "data-auto-submit" set to "no" do not
    trigger a page reload when modified.

1.5

17 Dec 17:01
Compare
Choose a tag to compare
1.5
  • Add stacked fields

1.4

17 Dec 17:00
Compare
Choose a tag to compare
1.4
  • Remove the distinct on queryset. It's the responsability of the app
    using generic-filters to do the distinct if needed