Skip to content

Releases: openwisp/django-x509

0.6.2 [2020-02-26]

26 Feb 21:57
0.6.2
Compare
Choose a tag to compare
  • Switched back to jsonfield

0.6.1 [2020-01-29]

30 Jan 09:27
e323157
Compare
Choose a tag to compare
  • 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
0.6.0
Compare
Choose a tag to compare
  • Dropped support for python 2
  • Added support for django 3.0

0.5.1 [2019-12-23]

23 Dec 10:30
Compare
Choose a tag to compare
  • [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
Choose a tag to compare
  • #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
Choose a tag to compare
  • [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
Choose a tag to compare
  • #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
Choose a tag to compare
  • [admin] Removed serial_number from certificate list

0.3.3 [2017-12-20]

20 Dec 17:00
Compare
Choose a tag to compare
  • [models] Reimplemented serial numbers as UUID integers
  • [UX] Import vs New javascript switcher

0.3.2 [2017-12-06]

06 Dec 14:38
Compare
Choose a tag to compare
  • [requirements] upgraded pyopenssl to 17.5.0 and cryptography to 2.2.0
  • [models] Fixed uncaught exception when imported PEM certificate or private_key is invalid