Skip to content

Tags: syphar/django-select2

Tags

7.6.1

Toggle 7.6.1's commit message
Fix codingjoe#29 -- Do not filter based on empty search term

7.6.0

Toggle 7.6.0's commit message
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.

Co-Authored-By: codingjoe <info@johanneshoppe.com>

7.5.0

Toggle 7.5.0's commit message
Remove colon in example for use with ArrayField

7.4.2

Toggle 7.4.2's commit message
Fix NPM release command

7.4.1

Toggle 7.4.1's commit message
Fix NPM release version

7.4.0

Toggle 7.4.0's commit message
Move deployment to GitHub action

7.3.1

Toggle 7.3.1's commit message
Add Django PyPi classifiers

7.3.0

Toggle 7.3.0's commit message
Enforce https:// for CDN URLs (fixes applegrew#609)

7.2.4

Toggle 7.2.4's commit message
Fix warning in tests

7.2.3

Toggle 7.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clear dependent fields on select (applegrew#597)

Co-authored-by: predatell <predatell@bitmessage.ch>