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 0252408 commit 378f28cCopy full SHA for 378f28c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog for django-pgcrypto
2
3
+## 3.0.3 (2025-02-04)
4
+
5
+* Added `iexact` lookup (https://github.com/dcwatson/django-pgcrypto/pull/39)
6
7
8
## 3.0.2
9
10
* Added `Encrypt` and `Decrypt` Django functions (https://github.com/dcwatson/django-pgcrypto/pull/36)
pgcrypto/base.py
@@ -1,4 +1,4 @@
-__version__ = "3.0.2"
+__version__ = "3.0.3"
__version_info__ = (int(v) for v in __version__.split("."))
import base64
0 commit comments