- Changed project ownership to
AmbitionEng
by @wesleykendall in #23.
- Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #22.
- Django 5.1 compatibilty, and Dropped Django 3.2 / Postgres 12 support by @wesleykendall in #21.
- Fix ReadTheDocs builds. [Wesley Kendall, b289fe8]
-
Django 5.0 compatibility [Wesley Kendall, edd37ae]
Support and test against Django 5 with psycopg2 and psycopg3.
- Added Opus10 branding to docs [Wesley Kendall, 54f6aeb]
-
Add Python 3.12 support and use Mkdocs for documentation [Wesley Kendall, b7ba5f7]
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, 8552e39]
Adds Python 3.11, Django 4.2, and Psycopg 3 support along with tests for multiple Postgres versions. Drops support for Django 2.2.
- Update with latest Django template [Wesley Kendall, 181b90d]
- Fix JSONField deprecation warnings with Django 4. [Omen Apps, 614cb0a]
- Test against Django 4.1 and other CI improvements [Wes Kendall, a79dd28]
- Fix ReadTheDocs builds [Wes Kendall, a30b183]
- Updated with latest Django template [Wes Kendall, 2c47ac7]
- Fix release note rendering and code formatting changes [Wes Kendall, 08f2691]
- Updated with latest Django template, fixing doc builds [Wes Kendall, ef15173]
- Updated with the latest Django template [Wes Kendall, 7000d5d]
- Added more information to the README [Wes Kendall, acee174]
-
Initial release of django-pgstats [Wes Kendall, 7933b73]
Version one of django-pgstats provides models for tracking table and index stats. Along with that, it provides management commands to sync these stats.