1.8.0 (2018-07-08)
Add Django signals to important events to let users add custom actions (such as email notifications etc.) to those events (fixes #39).
Provide a Docker container for fast deployment of django-ca.
Add the
CA_CUSTOM_APPS <settings-ca-custom-apps>setting to let users that use django-ca as a standalone project add custom apps, e.g. to register signals.Make the
otherNameextension actually usable and tested (see PR47)Add the
smartcardLogonandmsKDCextended key usage types. They are needed for some AD and OpenLDAP improvements (see PR46)Improve compatibility with newer
idnaversions (".com"now also throws an error).Drop support for Django 1.8 and Django 1.10.
Improve support for yet-to-be-released Django 2.1.
Fix admin view of certificates with no SubjectAlternativeName extension.