Releases: jneight/django-db-geventpool
Releases · jneight/django-db-geventpool
v4.0.7
What's Changed
- adjust DatabaseWrapperMixin to make sure the base get_new_connection is called when creating a new connection by @kneirinck in #89
New Contributors
- @kneirinck made their first contribution in #89
Full Changelog: v4.0.6...v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0 (support django >= 3.1)
Support for django >= 3.1
Fixes JSONField
v3.2.4 (Support for django <3.1)
JSONField in django >= 3.1 is not backwards compatible with previous versions of django.