- Use autoescape off in template for Django 1.9
- Add object types for facebook, twitter, google plus
- Add translations
- Add support for using request in extracting metadata
- Add one (optional) argument to class method call.
- Add support for editorconfig
- Add get_meta method to allow customising metadata
- Use META_SITE_PROTOCOL when generating full URL
- Extend documentation
- Clean up the code
- Use
build_absolute_url
instead ofmake_full_url
- Add
make_full_url
method to retrieve complete object URL.
- First release on PyPI.