- Refactor FullUrlMixin get_domain to handle django.contrib.sites not in INSTALLED_APPS (192)
2.4.0
Features --------
- Add schema.org support (76) - Refactor settings to make override_settings in tests more consistent (167) - Migrate to bump-my-version (173)
2.3.0
Bugfixes --------
- Fix schemaorg_description not being in Meta class (127) - Fix schema.org protocol to be https (152) - Fix request set order in Meta.__init__ (155)
2.2.0
==================
Features --------
- Move to ruff (138) - Add support for Django 4.2 (144)
2.1.0
Bugfixes --------
- Changes imports from ugettext_lazy to gettext_lazy to fix deprecation warning (130) - Get correct setting META_USE_SITES in build_absolute_uri model method (133) - Update tox environments and github actions (135)