Skip to content

Releases: nephila/django-meta

2.4.2

05 Feb 11:45
Compare
Choose a tag to compare

Features

  • Add uz translations (#198)

2.4.1

13 Dec 13:32
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
7c92488
Compare
Choose a tag to compare

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
9d6bef9
Compare
Choose a tag to compare

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
e427d72
Compare
Choose a tag to compare

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)