- Changed project ownership to
AmbitionEng
by @wesleykendall in #12.
- Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #11.
- Django 5.1 compatibilty, and Dropped Django 3.2 / Postgres 12 support by @wesleykendall in #10.
- Fix ReadTheDocs builds. [Wesley Kendall, e8807bc]
-
Django 5.0 compatibility [Wesley Kendall, c884e46]
Support and test against Django 5 with psycopg2 and psycopg3.
- Added Opus10 branding to docs [Wesley Kendall, 7aa3296]
-
Add Python 3.12 support and use Mkdocs for documentation [Wesley Kendall, d671a60]
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.
-
Added Python 3.11, Django 4.2, and Psycopg 3 support [Wesley Kendall, 2f12991]
Adds Python 3.11, Django 4.2, and Psycopg 3 support along with tests for multiple Postgres versions. Drops support for Django 2.2.
- Bump the django-pglock requirement for Postgres<14 and support non-Postgres databases. [Wesley Kendall, 7fbd2c7]
-
V1 of
django-pgmigrate
[Wesley Kendall, 304246d]django-pgmigrate
helps you avoid costly downtime with Postgres migrations and provides the following features to alleviate problematic locking scenarios when running migrations:- Detect blocking queries and terminate them automatically.
- Print blocking queries so that you can inspect and terminate them manually.
- Set the lock timeout so that migrations are terminated if they block too long.