We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c3b25 commit 177d151Copy full SHA for 177d151
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 2.1.0
2
+
3
+Thanks to @peterfarrell:
4
+* Add support for `DatePGPSymmetricKeyField` and `DateTimePGPSymmetricKeyField`
5
+including support for serializing / deserializing django form fields.
6
+* Add support for auto decryption of symmetric key and public key fields via
7
+the PGPManager (and support for disabling it in the Django Admin via the PGPAdmin)
8
9
## 2.0.0
10
11
* Remove compatibility for `Django 1.7`.
setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup
-version = '2.0.0'
+version = '2.1.0'
setup(
0 commit comments