Releases: codingjoe/django-select2
Releases · codingjoe/django-select2
8.2.1
8.2.0
What's Changed
- Note case in which cache is not needed by @vanschelven in #233
- Feature suggestion: Add ModelSelect2Mixin.result_from_instance() method. by @sdolemelipone in #272
New Contributors
- @sdolemelipone made their first contribution in #272
Full Changelog: 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 #215
- Fix #214 -- Update contributing guide by @codingjoe in #216
- Update Python & Django version support by @codingjoe in #218
- [Django 4.1+] Make i18n works for LANGUAGE_CODE with a country code by @rsebille in #206
New Contributors
Full Changelog: 8.1.1...8.1.2
8.1.1
What's Changed
- Fix #204 -- Fix
override_settings
test failure by @ewjoachim in #204
New Contributors
- @ewjoachim made their first contribution in #204
Full Changelog: 8.1.0...8.1.1
8.1.0
What's Changed
- Correct the copyright in the licence by @vanschelven in #173
- Fix typo on first line of docs by @vanschelven in #172
- Fix of documentation for ModelSelect2TagWidget by @pawnhearts in #177
- Allow select2_js to be list by @pickfire in #189
- Fix HeavySelect class attributes by @CleitonDeLima in #182
New Contributors
- @vanschelven made their first contribution in #173
- @pawnhearts made their first contribution in #177
- @pickfire made their first contribution in #189
Full Changelog: 8.0.0...8.1.0
8.0.0
What's Changed
- Add selenium test marker to stabilize CI suite by @codingjoe in #165
- Replace fussyfox with GH actions by @codingjoe in #166
- Fix #163 -- Lazily get i18n locale name by @codingjoe in #164
- Update packaging to pyproject.toml by @codingjoe in #167
- Fix Select2AdminMixin by @codingjoe in #168
- Change default Select2 version to Django's vendored version by @codingjoe in #169
Full Changelog: 7.11.1...8.0.0
7.11.1
7.11.0
What's Changed
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #156
- Add tidelift funding link by @codingjoe in #158
- Add clarification about widget types by @WoosterInitiative in #151
- Resolve #159 -- Add custom JSONEncoder support via setting by @N1K1TAS95 in #160
New Contributors
- @WoosterInitiative made their first contribution in #151
- @N1K1TAS95 made their first contribution in #160
Full Changelog: 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 #154
- Drop Python 3.7 support
- Drop Django 2.2 support
- Update CI suite
New Contributors
- @adamchainz made their first contribution in #154
Full Changelog: 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 #116
Full Changelog: 7.9.0...7.10.0