Releases: nephila/django-meta
Releases · nephila/django-meta
2.4.2
Features
- Add uz translations (#198)
2.4.1
Features
- Remove useless "else" statements. (#182)
- Switch to Coveralls Github action (#188)
Bugfixes
- 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
2.2.0 (2023-04-18)
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)
2.0.0
Features
- Drop Python 2 (#118)
- Drop Django<2.2 (#118)
- Add Django 3.1 (#118)
- Update tooling (#118)
- Port to github-actions (#118)
- Remove G+ support - Replace with Schema.org (#108)
- Add support for image object (#114)
Bugfixes
- Switch request handling to thread locals (#115)