File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 0.9.0 [2020-09-18]
5+ --------------------------
6+
7+ Changes
8+ ~~~~~~~
9+
10+ - Models: updated ``max_length `` of ``common_name `` (``Ca `` and ``Cert ``)
11+ to from ``63 `` to ``64 ``, following conventions about maximum length of
12+ common names and hostnames
13+
414Version 0.8.0 [2020-08-18]
515--------------------------
616
@@ -15,7 +25,7 @@ Changes
1525
1626- **Breaking change **: systems using django-x509 as a library must set ``DJANGO_X509_CA_MODEL ``
1727 & ``DJANGO_X509_CERT_MODEL `` values in their settings.py when upgrading or an exception like the following one will be raised:
18-
28+
1929 ``django.core.exceptions.ImproperlyConfigured: Could not find django_x509.Ca! ``
2030- Added support for django 3.1
2131- Added support for cryptography 3.0.0
Original file line number Diff line number Diff line change 1- VERSION = (0 , 8 , 0 , 'final' )
1+ VERSION = (0 , 9 , 0 , 'final' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments