Releases: openwisp/django-x509
Releases · openwisp/django-x509
0.3.1 [2017-12-01]
- temporarily downgraded cryptography and pyopenssl versions to avoid segmentation faults
0.3.0 [2017-11-03]
- [models] Avoided possible double insertion in
Base.save
- [requirements] pyopenssl>=17.1.0,<17.4.0
- [admin] Fixed preformatted look of certificate and private-key fields
- [models] Allow importing certs with invalid country codes
- [models] Allow importing certificate with empty common name
- [tests] Updated data for import test to fix pyOpenSSL issue
- [models] Renamed
organization
field toorganization_name
0.2.4 [2017-07-04]
0.2.3 [2017-05-15]
- [migrations] Updated
validity_start
onCert
model
0.2.2 [2017-05-11]
[models] Set validity_start
to 1 day before the current date (at 00:00)
0.2.1 [2017-05-02]
- [django] added support for django 1.11
0.2.0 [2017-01-11]
- [models] improved reusability by providing abstract models
- [admin] improved reusability by providing abstract admin classes
- [views] provided a base view that can be reused by third party apps
- [docs] documented how to extend models and admin
- [docs] documented hard dependencies
0.1.3 [2016-09-22]
- [model] avoid import error if any imported field is
NULL
- [admin] added
serial_number
tolist_display
inCert
admin - [model] avoid exception if x509 subject attributes are empty
0.1.2 [2016-09-08]
- improved general
verbose_name
of the app - added official compatibility with django 1.10
- [admin] show link to CA in cert admin
- [admin] added
key_length
anddigest
to available filters
0.1.1 [2016-08-03]
- fixed x509 certificate version
- renamed
public_key
field to more appropiatecertificate
- show x509 text dump in admin when editing objects