-----------------
Features:
* Support Django 4.2 (158, 164, 167)
* Add ``TagTreeModel.objects.as_nested_list()``
Changes:
* Drop Django 2.2 support
* Drop Python 3.7 support - from now on Tagulous will only guarantee compatibility with
the latest versions of Python for supported Django versions.
* Documentation fixes (154)
* Simplify steps for contributors (166)
* Remove ``AppConfig.default_app_config``, deprecated in Django 3.2 (169)
Bugfix:
* Fix duplicates in select2 dropdown in certain circumstances (148, 160)
* Fix issue where incorrect values could be set for initial values (148)
* No longer parse single tag fields in the select2.4 adaptor (176, 181)
Internal:
* Add pinned versions for tests
* Switch to ``pre-commit`` for code formatting and linting
* Cleaned git branches, all development is now on ``main``
Thanks to:
* Frank Lanitz (frlan) for documentation fixes (154)
* Tommy Wang (twang817) for Django 4 fixes (158) and select2 duplicate fix (160)
* Jens Diemer (jedie) for Django 4 fixes (167), contributor improvements (166) and
the ``default_app_config`` fix (169)
* Jeff Bowen (jeffbowen) for the fix disabling single tag parsing (181)