- Add uz translations (#198)
- Remove useless "else" statements. (#182)
- Switch to Coveralls Github action (#188)
- Refactor FullUrlMixin get_domain to handle django.contrib.sites not in INSTALLED_APPS (#192)
- Add schema.org support (#76)
- Refactor settings to make override_settings in tests more consistent (#167)
- Migrate to bump-my-version (#173)
- 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)
- Move to ruff (#138)
- Add support for Django 4.2 (#144)
- 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)
- 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)
- Switch request handling to thread locals (#115)
- Fixed support for secure_url
- Normalized twitter_card / twitter_type attributes
- Added explicit dependency on six
- Added python 3.8
- Added Django 3.0 support
- Moved to django-app-helper
- Improved documentation regarding extra / custom props
- Added image size for facebook sharing
- Fixed error if the property referenced in _metadata returns False
- Added support for Django 2.1 and 2.2
- Added support for Python 3.7
- Dropped support for Django < 1.11
- Dropped support for Python 3.4
- Fixed support for og:image:secure_url
- Fixed minor documentation error
- Added support for service-specific titles
- Added Django 2.0 support
- Fixed RTD builds
- Fixed MetadataMixin.use_use_title_tag typo
- Add request to Meta arguments
- Add Django 1.11 support
- Drop python 2.6/ Django<1.8
- Wrap meta.html content in spaceless templatetag to suppress redundant newlines
- Fix issue in Django 1.10
- Fix error if custom_meta_extras is empty
- Fix twitter properties
- Fix error with META_DEFAULT_IMAGE path
- Add support for G+ publisher tag
- Added support for fb_pages attribute
- Properly implement META_DEFAULT_IMAGE for view-based mixins
- Fixed error in facebook_prop templatetag
- Removed dependency of sites framework
- Fix issue when emulating sekizai
- Sekizai is not required anymore
- Merge with django-meta-mixin
- Reorganized documentation
- Remove deprecated
make_full_url
method - Add _retrieve_data interface for generic attribute data generation
- Use autoescape off in template for Django 1.9
- Bump for re-upload
- Add support for more twitter attributes
- Add support for more facebook attributes
- Official support for Django 1.4->1.8
- Official support for Python 2.6, 2.7, 3.2, 3.3, 3.4
- Add support for more attributes
- Add templatetag to handle generic attributes
- Code cleanup
- Change maintainership information
- Official Python 3 support
- Support for Twitter meta data (leifdenby)
- Fixes to OpenGraph tags (leifdenby)
- Support Google Plus tags (Iacopo Spalletti)
- Keywords are now order-preserving
- Keywords are no longer a set(), but a normal list
- Fixed keywords not being included in metadata
- Fixed get_meta_class not being used in the mixin
- Initial version