Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-select2 to 8.2.0 #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django-select2 from 7.2.3 to 8.2.0.

Changelog

8.2.0

What's Changed

* Note case in which cache is not needed by vanschelven in https://github.com/codingjoe/django-select2/pull/233
* Feature suggestion: Add ModelSelect2Mixin.result_from_instance() method. by sdolemelipone in https://github.com/codingjoe/django-select2/pull/272

New Contributors
* sdolemelipone made their first contribution in https://github.com/codingjoe/django-select2/pull/272

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/8.1.2...8.2.0

8.1.2

What's Changed
* Fix 128 -- Add documentation on how to configure select2 options by neuged in https://github.com/codingjoe/django-select2/pull/215
* Fix 214 -- Update contributing guide by codingjoe in https://github.com/codingjoe/django-select2/pull/216
* Update Python & Django version support by codingjoe in https://github.com/codingjoe/django-select2/pull/218
* [Django 4.1+] Make i18n works for LANGUAGE_CODE with a country code by rsebille in https://github.com/codingjoe/django-select2/pull/206

New Contributors
* neuged made their first contribution in https://github.com/codingjoe/django-select2/pull/215
* rsebille made their first contribution in https://github.com/codingjoe/django-select2/pull/206

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/8.1.1...8.1.2

8.1.1

What's Changed
* Fix 204 -- Fix `override_settings` test failure by ewjoachim in https://github.com/codingjoe/django-select2/pull/204

New Contributors
* ewjoachim made their first contribution in https://github.com/codingjoe/django-select2/pull/204

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/8.1.0...8.1.1

8.1.0

What's Changed
* Correct the copyright in the licence by vanschelven in https://github.com/codingjoe/django-select2/pull/173
* Fix typo on first line of docs by vanschelven in https://github.com/codingjoe/django-select2/pull/172
* Fix of documentation for ModelSelect2TagWidget by pawnhearts in https://github.com/codingjoe/django-select2/pull/177
* Allow select2_js to be list by pickfire in https://github.com/codingjoe/django-select2/pull/189
* Fix HeavySelect class attributes by CleitonDeLima in https://github.com/codingjoe/django-select2/pull/182

New Contributors
* vanschelven made their first contribution in https://github.com/codingjoe/django-select2/pull/173
* pawnhearts made their first contribution in https://github.com/codingjoe/django-select2/pull/177
* pickfire made their first contribution in https://github.com/codingjoe/django-select2/pull/189

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/8.0.0...8.1.0

8.0.0

What's Changed
* Add selenium test marker to stabilize CI suite by codingjoe in https://github.com/codingjoe/django-select2/pull/165
* Replace fussyfox with GH actions by codingjoe in https://github.com/codingjoe/django-select2/pull/166
* Fix 163 -- Lazily get i18n locale name by codingjoe in https://github.com/codingjoe/django-select2/pull/164
* Update packaging to pyproject.toml by codingjoe in https://github.com/codingjoe/django-select2/pull/167
* Fix Select2AdminMixin by codingjoe in https://github.com/codingjoe/django-select2/pull/168
* Change default Select2 version to Django's vendored version by codingjoe in https://github.com/codingjoe/django-select2/pull/169


**Full Changelog**: https://github.com/codingjoe/django-select2/compare/7.11.1...8.0.0

7.11.1

What's Changed
* Fix 79 -- Clear values of related fields by quevon24 in https://github.com/codingjoe/django-select2/pull/137

New Contributors
* quevon24 made their first contribution in https://github.com/codingjoe/django-select2/pull/137

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/7.11.0...7.11.1

7.11.0

What's Changed
* Bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/codingjoe/django-select2/pull/156
* Add tidelift funding link by codingjoe in https://github.com/codingjoe/django-select2/pull/158
* Add clarification about widget types by WoosterInitiative in https://github.com/codingjoe/django-select2/pull/151
* Resolve 159 -- Add custom JSONEncoder support via setting by N1K1TAS95 in https://github.com/codingjoe/django-select2/pull/160

New Contributors
* WoosterInitiative made their first contribution in https://github.com/codingjoe/django-select2/pull/151
* N1K1TAS95 made their first contribution in https://github.com/codingjoe/django-select2/pull/160

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/7.10.1...7.11.0

7.10.1

What's Changed
* Support Django 4.1, Python 3.10, and fix Selenium tests by adamchainz in https://github.com/codingjoe/django-select2/pull/154
* Drop Python 3.7 support
* Drop Django 2.2 support
* Update CI suite


New Contributors
* adamchainz made their first contribution in https://github.com/codingjoe/django-select2/pull/154

**Full Changelog**: https://github.com/codingjoe/django-select2/compare/7.10.0...7.10.1

7.10.0

What's Changed
* Add Select2 mixin that uses Django's own select template by codingjoe in https://github.com/codingjoe/django-select2/pull/116


**Full Changelog**: https://github.com/codingjoe/django-select2/compare/7.9.0...7.10.0

7.9.0

* Add `SELECT2_THEME` settings

7.8.1

* Fix Django 4.0 deprecation warnings

7.7.3

* Add Django 4.0 compatibility
* Add tests to sdist bundle

7.7.2

* Fixed loading translations with language subtags in Select2 widget. 85

7.7.1

* Fix 52 -- Get all dependent field values
* Fix distinct search results if needed
* Add Django 3.2 to CI suite

7.7.0

* Add CSS support for Django admin
* Add support for dependent m2m fields

7.6.2

* Fix 39 -- Make default search more like Django admin 43
Partially revert 07054b2d8ff15144c6b1b00577f3c898d47712bc

7.6.1

* Fix 29 -- Do not filter based on empty search term

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

* 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

7.4.2

* Fix NPM release command

7.4.1

* Fix npm release

7.4.0

This package moved to a new owner: https://github.com/codingjoe/django-select2
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant