Releases: openwisp/django-x509
Releases · openwisp/django-x509
0.7.0 [2020-05-16]
19 May 10:51
Compare
Sorry, something went wrong.
No results found
Added possibility to renew CAs and certificates
Updated dependency to support cryptography 2.9
0.6.2 [2020-02-26]
26 Feb 21:57
Compare
Sorry, something went wrong.
No results found
Switched back to jsonfield
0.6.1 [2020-01-29]
30 Jan 09:27
Compare
Sorry, something went wrong.
No results found
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]
15 Jan 11:26
Compare
Sorry, something went wrong.
No results found
Dropped support for python 2
Added support for django 3.0
0.5.1 [2019-12-23]
23 Dec 10:30
Compare
Sorry, something went wrong.
No results found
[fix] Use self.pk instead of self.id to allow more flexible override of primary key
Fixed jQuery init issue on django 2.2
0.5.0 [2019-11-20]
20 Nov 21:20
Compare
Sorry, something went wrong.
No results found
#36 : [requirements] Added support for django 2.1
#44 : [models] Improved error message format
#61 : Bumped supported Django version to 2.2 and Python version to 3.7
#63 : [bug] Load model after registration in apps
Bumped cryptography version to 2.8.0, pyopenssl to 19.0.0
0.4.1 [2018-09-05]
05 Sep 07:23
Compare
Sorry, something went wrong.
No results found
[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]
19 Feb 11:57
Compare
Sorry, something went wrong.
No results found
#24 : [qa] Added django 2.0 & dropped django 1.10
#25 : [admin] Automatically select certificate and private_key on click
#33 : [models] Added organizational_unit_name in Cert and Ca
0.3.4 [2017-12-20]
20 Dec 17:00
Compare
Sorry, something went wrong.
No results found
[admin] Removed serial_number from certificate list
0.3.3 [2017-12-20]
20 Dec 17:00
Compare
Sorry, something went wrong.
No results found
[models] Reimplemented serial numbers as UUID integers
[UX] Import vs New javascript switcher