Releases: Opus10/django-pgtrigger
Releases · Opus10/django-pgtrigger
4.13.0
Fixes
- Remove breaking
typing_extensions
import into aTYPE_CHECKING
block by @BillSchumacher in #181.
Changes
- Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #182.
4.12.2
4.12.1
Fixes
- Account for
psycopg.exec
results beingNone
by @max-muoto in #170. - Account for
bytes
SQL strings by @max-muoto in #171.
Changes
- Improve public interface type annotations by @max-muoto in #172.
4.12.0
Fixes
- Support proxy models with non-model or abstract inheritance by @g-nie and @SafaAlfulaij in #158 and #154.
- Fix makemigrations issues with Django 5.1 by @pfouque in #165.
Changes
- Django 5.1 testing, dropped Django 3.2 / Postgres 12 support by @wesleykendall in #157.