You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,29 @@
1
1
Changelog
2
2
=========
3
3
4
-
Version 0.8.0 [unreleased]
4
+
Version 0.8.0 [2020-08-18]
5
5
--------------------------
6
6
7
-
- Added swapper;
8
-
**breaking change**: systems using django-x509 as a library must set ``DJANGO_X509_CA_MODEL`` & ``DJANGO_X509_CERT_MODEL`` values when upgrading or an exception will be raised
7
+
Features
8
+
~~~~~~~~
9
+
10
+
- Added swappable models, improved extensibility
11
+
- Improved documentation on `how to extend django-x509 <https://github.com/openwisp/django-x509#extending-django-x509>`_
12
+
13
+
Changes
14
+
~~~~~~~
15
+
16
+
- **Breaking change**: systems using django-x509 as a library must set ``DJANGO_X509_CA_MODEL``
17
+
& ``DJANGO_X509_CERT_MODEL`` values in their settings.py when upgrading or an exception like the following one will be raised:
18
+
19
+
``django.core.exceptions.ImproperlyConfigured: Could not find django_x509.Ca!``
0 commit comments