Releases: codingjoe/django-select2
Releases · codingjoe/django-select2
7.6.0
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
7.4.2
7.4.1
7.4.0
This package moved to a new owner: https://github.com/codingjoe/django-select2