Releases: nephila/django-meta
Releases · nephila/django-meta
2.5.0
18 Apr 13:14
Compare
Sorry, something went wrong.
No results found
Features
Add support for Django 5.2 and python 3.12 and 3.13, remove support for Django 3.2 (#216 )
Bugfixes
Fix docs build (#213 )
Bump Github actions/cache tag version (#222 )
2.4.2
05 Feb 11:45
Compare
Sorry, something went wrong.
No results found
Features
Add uz translations (#198 )
2.4.1
13 Dec 13:32
Compare
Sorry, something went wrong.
No results found
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
25 Sep 07:11
Compare
Sorry, something went wrong.
No results found
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
10 Aug 06:58
Compare
Sorry, something went wrong.
No results found
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
18 Apr 21:07
Compare
Sorry, something went wrong.
No results found
2.2.0 (2023-04-18)
Features
Move to ruff (#138 )
Add support for Django 4.2 (#144 )
2.1.0
28 Jul 21:11
Compare
Sorry, something went wrong.
No results found
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
14 Nov 16:50
Compare
Sorry, something went wrong.
No results found
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 )