- Lazily load Django settings when using `pgtransaction` drop-in decorator by [muscovite](https://github.com/muscovite) in [#17](https://github.com/AmbitionEng/django-pgtransaction/pull/17).
1.5.1
Changes
- Changed project ownership to `AmbitionEng` by [wesleykendall](https://github.com/wesleykendall) in [#16](https://github.com/AmbitionEng/django-pgtransaction/pull/16).
1.5.0
Changes
- Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by [wesleykendall](https://github.com/wesleykendall) in [#15](https://github.com/Opus10/django-pgtransaction/pull/15).
1.4.0
Changes
- Django 5.1 compatibilty, and Dropped Django 3.2 / Postgres 12 support by [wesleykendall](https://github.com/wesleykendall) in [#14](https://github.com/Opus10/django-pgtransaction/pull/14).
1.3.2
Trivial
- Updated with latest Python template. [Wesley Kendall, c7a010c]