Support and test against Django 5 with psycopg2 and psycopg3.
1.4.1
Trivial
- Added Opus10 branding to docs [Wesley Kendall, 80e8466]
1.4.0
Feature
- Add Python3.12 support and use Mkdocs for documentation [Wesley Kendall, d706755]
Python 3.12 and Postgres 16 are supported now, along with having revamped docs using Mkdocs and the Material theme.
Python 3.7 support was dropped.
1.3.0
Feature
- Added Python 3.11, Django 4.2, and Psycopg 3 support [Wesley Kendall, 62c86bf]
Adds Python 3.11, Django 4.2, and Psycopg 3 support along with tests for multiple Postgres versions. Drops support for Django 2.2.
1.2.0
Feature
- Support PG15 [Wesley Kendall, 31edec7]
PG15 is supported and tested
Trivial
- Updated with the latest Python project template [Wesley Kendall, 109f794]
1.1.0
Bug
- Fix PG10-13 issues. [Wesley Kendall, bf2036b]
The waitstart column in the pg_locks view wasn't introduced until Postgres14. If using earlier versions, ``django-pglock`` will return null for these columns.