- Added Python 3.11, Django 4.2 to the CI. Removed Django 4.0. - Switched to hatchling and ruff. - Stopped setting ``request.site``; the current site is available using ``current_site()``.
0.14
~~~~~~~~~~~~~~~~~~~~
- Add DefaultLanguageListFilter to limit choices to settings.LANGUAGE - Add default list_filter to SiteAdmin (is_active, host, default_language) - Added Python 3.10, Django 4.0 and 4.1 to the CI. - Raised the requirements to Python >= 3.8, Django >= 3.2.
0.13.1
~~~~~~~~~~~~~~~~~~~
- Fixed exception when using custom site models.
0.13
~~~~~~~~~~~~~~~~~~~~
- The site model is now swappable. (4, 5)
0.12
~~~~~~~~~~~~~~~~~~~~
- Switched from Travis CI to GitHub actions. - Updated feincms3-sites for the latest version of feincms3.
0.11
~~~~~~~~~~~~~~~~~~~~
- Raised the minimum supported feincms3 version to 0.38.1. - Verified compatibility with Django 3.1. - Dropped compatibility with Django<2.2.