Releases: openwisp/django-x509
Releases · openwisp/django-x509
0.6.2 [2020-02-26]
- Switched back to jsonfield
0.6.1 [2020-01-29]
- Ensured RFC5280 datetime standard
- Increased maximum length of x509 serial number to 48
- jsonfield2 version set to >=3.1.0,<4.0.0
0.6.0 [2020-01-15]
- Dropped support for python 2
- Added support for django 3.0
0.5.1 [2019-12-23]
- [fix] Use
self.pk
instead ofself.id
to allow more flexible override of primary key - Fixed jQuery init issue on django 2.2
0.5.0 [2019-11-20]
0.4.1 [2018-09-05]
- [admin] Fixed UI bug that prevented changing Cert and CA
- [requirements] cryptography>=2.3.0,<2.4.0
- [requirements] pyopenssl>=17.5.0,<18.1.0
- #41: [requirements] Added support for django 2.1
- [admin] Fixed involuntary permanent modification of field list
0.4.0 [2018-02-19]
0.3.4 [2017-12-20]
- [admin] Removed
serial_number
from certificate list
0.3.3 [2017-12-20]
- [models] Reimplemented serial numbers as UUID integers
- [UX] Import vs New javascript switcher
0.3.2 [2017-12-06]
- [requirements] upgraded pyopenssl to 17.5.0 and cryptography to 2.2.0
- [models] Fixed uncaught exception when imported PEM
certificate
orprivate_key
is invalid