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 b346770 commit 06f79a1Copy full SHA for 06f79a1
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
-## 2.0.4 - 2022-07-17
+## 2.0.5 - 2022-10-03
4
### Fixed
5
-- Fixed timezone aware (#27)
+- Disable psycopg2 parsing JSONField value in Django 3.1+ ([#29](https://github.com/lcd1232/django-postgrespool2/pull/29))
6
+
7
+## 2.0.3 - 2022-07-17
8
+### Fixed
9
+- Fixed timezone aware ([#27](https://github.com/lcd1232/django-postgrespool2/pull/27))
10
11
## 2.0.1 - 2021-02-28
12
### Added
django_postgrespool2/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "2.0.4"
+__version__ = "2.0.5"
__author__ = 'lcd1232'
0 commit comments