Due to the removal of the django-multiselectfield dependency it is vitally
important to upgrade to this version after correctly having upgraded to
1.14.3 (the previous version).
Be sure to migrate the database:
$ python manage.py migrate
This version supports Django 4.2 and newer.
Changed
- Drop all support for Django 3.2. No version-specific requirements for 3.2 are
included anymore, and we no longer test on 3.2.
Removed
- Remove django-multiselectfield dependency (#707)