Skip to content

Releases: codingjoe/django-select2

7.9.0

05 Nov 14:39
Compare
Choose a tag to compare
  • Add SELECT2_THEME settings

7.8.1

03 Nov 09:12
Compare
Choose a tag to compare
  • Fix Django 4.0 deprecation warnings

7.8.0

02 Oct 13:19
Compare
Choose a tag to compare
  • Add Django 4.0 compatibility
  • Add tests to sdist bundle

7.7.2

22 Sep 15:07
Compare
Choose a tag to compare
  • Fixed loading translations with language subtags in Select2 widget. #85

7.7.1

13 Apr 16:29
Compare
Choose a tag to compare
  • Fix #52 -- Get all dependent field values
  • Fix distinct search results if needed
  • Add Django 3.2 to CI suite

7.7.0

30 Mar 07:16
Compare
Choose a tag to compare
  • Add CSS support for Django admin
  • Add support for dependent m2m fields

7.6.2

09 Mar 08:25
Compare
Choose a tag to compare
  • Fix #39 -- Make default search more like Django admin #43
    Partially revert 07054b2

7.6.1

16 Jan 15:43
Compare
Choose a tag to compare
  • Fix #29 -- Do not filter based on empty search term

7.6.0

09 Jan 16:11
Compare
Choose a tag to compare

Split search terms only for __contains queries

Split search terms only for __contains queries and not for
__startswith or __endswith. We no also split not only be
whitespace but tab and newline.

If multiple search fields are defined conditions combined with
and OR. If single word matches in a for contains queries are
OR combined as well.

7.5.0

15 Dec 12:29
Compare
Choose a tag to compare
  • Add official Django 3.1 support
  • Add official Python 3.9 support
  • Drop official Django 3.0 support
  • Drop official Python 3.6 support
  • Drop official Python 3.7 support
  • Various documentation improvements