Releases: pinax/pinax-notifications
Releases · pinax/pinax-notifications
5.0.2
- Remove unneeded compatibility with older Django
5.0.1
- Fix bytestring decoding bug
- Update django>=1.11 in requirements
- Update CI config
- Add sorting guidance for 3rd-party app imports
- Improve documentation and markup
5.0.0
- Documentation improvements
- Dropped support for Django below 1.11
- Fixed Packaging
4.1.2
Fix another documentation error
4.1.0
- Add Django 2.0 compatibility testing
- Drop Django 1.9 and Python 3.3 support
- Move documentation into README
- Convert CI and coverage to CircleCi and CodeCov
- Add PyPi-compatible long description
v4.0.0
- BI: To support changes to
render_to_string
in Django 1.10 and above,
your notice full.txt
and short.txt
plain text templates must now be autoescaped explicitly using the
{% autoescape %}
tag.
(#68)