- Fixed TypeError when using JSONField with Django 3.1, @bvallant
- Add "wait" option to prevent more than MAX_CONNS being created at the same time, @bellini666
- Removed support for django < 1.11
- Updated previous deprecation warnings
- Improved queue and connection handling, @coderanger
- Correct connection cleanup after disabling autocommit with
transaction.setautocommit(False)
- Fix setup.py UnicodeDecodeError when installing with python 3.6
- psycopg2 is not installed by default, @mattbriancon
- Testing: Add support for Python 3 and Django 2, @stefankoegl
- Fixed error with undefined attribute "closed_in_transaction", @bmunoz89
- Working with django 1.11 LTS and 2.0
- Proper error handling for integer types, @gxx
- Ensure that close_connection property closes, even in the case of an error, @gxx
- Compatible with Python 3, @sumitalp
- Fixed self.pool must exist, @rajivm
- Fixed Postgis pool connection, @rajivm