Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
v2.0.9rc11
What's Changed
- Fix automatic hstore extension creation not working on Django 4.2 or newer by @Photonios in #245
Full Changelog: v2.0.9rc10...v2.0.9rc11
v2.0.9rc10
What's Changed
- Stop updating on conflict if
update_condition
is False but not None by @sewi-cpan in #228 - Prepare for Django 5.x support by @Photonios in #235
Full Changelog: v2.0.9rc9...v2.0.9rc10
v2.0.9rc9
Full Changelog: v2.0.9rc8...v2.0.9rc9
v2.0.9rc8
Full Changelog: v2.0.9rc7...v2.0.9rc8
v2.0.9rc7
What's Changed
- chore(): Add missing python versions in setup.py by @loicgasser in #214
- Add ability to set update values, fixes #56 by @Photonios in #189
- Ignore unknown columns returned by
RETURNING *
by @Photonios in #189
New Contributors
- @loicgasser made their first contribution in #214
Full Changelog: v2.0.9rc6...v2.0.9rc7
v2.0.9rc6
What's Changed
- Allow specifying a specific constraint to use in
ON CONFLICT
by @Photonios in #213
Full Changelog: v2.0.9rc5...v2.0.9rc6
v2.0.9rc5
What's Changed
- Include
py.typed
marker to mark package as typed by @Photonios in 446f688
Full Changelog: v2.0.9rc4...v2.0.9rc5
v2.0.9rc4
What's Changed
- Type-check entire code base with mypy by @Photonios in #211
Full Changelog: v2.0.9rc3...v2.0.9rc4
v2.0.9rc3
What's Changed
- Add support to schema editor for cloning table into schema by @Photonios in #207
- Add
PostgresSchema
to 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