Releases: applegrew/django-select2
Releases · applegrew/django-select2
7.3.1
- Add Django PyPi classifiers
- Switch CI to GitHub actions
- Add new getting started guide and sample app
7.3.0
- Add correct Python 3 PyPi classifiers
- Update external links to Select2
- Turn remaining http:// links into https:// links
- Resolve #609 -- Enforce https:// for CDN URLs
Thx @hartwork
7.2.4
- Fix Django deprecation warnings (#604)
7.2.3
- Clear dependent fields on select (#597)
7.2.2
- #594 -- Fix travis-ci release config
7.2.1
- Prevent literal "None" placeholders (#591)
7.2.0
- Add official Django 3.0
- Remove official Django 2.0 & 2.1 support
7.1.2
- Update Select2 to version 4.0.12
7.1.1
- Fix #565 -- Support empty_label on ModelSelect fields.
7.1.0
- Get QuerySet form choices, if possible (#509)