Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
v2.0.9rc3
What's Changed
- Add support to schema editor for cloning table into schema by @Photonios in #207
- Add
PostgresSchemato manage Postgres schemas with by @Photonios in #206
Full Changelog: v2.0.9rc2...v2.0.9rc3
v2.0.9rc2
What's Changed
- Add support for explicit table-level locks by @Photonios in #205
- Support psycopg3 by @snuderl in #208
- Run tests against both psycopg2 and pyscopg3 by @Photonios in #209
New Contributors
Full Changelog: v2.0.9rc1...v2.0.9rc2
v2.0.9rc1
What's Changed
- Make time partition suffix customizable by @ckrybus in #200
- Fixed typo by @selcuk in #201
- Fix typo in CONTRIBUTING.md by @ckrybus in #199
- Fix
PostgresIntrospection.get_constraintscrashing for PK in PostgreSQL 13.x by @Photonios in 2df1056
New Contributors
Full Changelog: v2.0.8...v2.0.9rc1
v2.0.8
What's Changed
- Document POSTGRES_EXTRA_ANNOTATE_SQL by @Photonios in 4adc787
- Rename PSQLEXTRA_ANNOTATE_SQL to POSTGRES_EXTRA_ANNOTATE_SQL by @Photonios in 77dad7e
- Make .upsert() work with one-to-one fields or custom primary key names by @Photonios in 74af280
- Fixed typo in annotations doc by @abmohan in #193
- bulk_insert should work with no rows by @Photonios in 8f6bac6
New Contributors
Full Changelog: v2.0.6...v2.0.8
v2.0.7rc2
What's Changed
- Fixed typo in annotations doc by @abmohan in #193
- Make .upsert() work with one-to-one fields or custom primary key names by @Photonios in 74af280
New Contributors
Full Changelog: v2.0.7rc1...v2.0.7rc2
v2.0.7rc1
What's Changed
- Document POSTGRES_EXTRA_ANNOTATE_SQL by @Photonios in 4adc787
- Rename PSQLEXTRA_ANNOTATE_SQL to POSTGRES_EXTRA_ANNOTATE_SQL by @Photonios in 77dad7e
Full Changelog: v2.0.6...v2.0.7rc1
v2.0.6
What's Changed
- Append the caller data to each SQL query by @sewi-cpan in #174
- Minor doc tweak by @meeb in #175
- Support both psqlextra and PostGis backends at the same time by @sewi-cpan in #179
- Gracefully handle the primary key already being included in the partioning key by @quertenmont in 99b2c32
New Contributors
- @sewi-cpan made their first contribution in #174
- @meeb made their first contribution in #175
- @quertenmont made their first contribution in 99b2c32
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Django 4.x support by @Photonios in #167
- Fix missing import in table_partitioning.rst by @ckrybus in #172
- Fix a typo in table_partitioning.rst by @ckrybus in #171
Full Changelog: v2.0.4...v2.0.5
Installation
pip install django-postgres-extra==2.0.5
v2.0.5rc2
What's Changed
- Add support for
IN (VALUES (a), (b), (c))lookups by @Photonios in 044d507
Full Changelog: v2.0.5rc1...v2.0.5rc2
Installation
pip install django-postgres-extra==2.0.5rc2
v2.0.5rc1
What's Changed
- Django 4.x support by @Photonios in #167
Full Changelog: v2.0.4...v2.0.5rc1
Installation
pip install django-postgres-extra==2.0.5rc1