Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-11 | 2.3 kB | |
v2.0.9 source code.tar.gz | 2025-07-11 | 107.8 kB | |
v2.0.9 source code.zip | 2025-07-11 | 186.1 kB | |
Totals: 3 Items | 296.2 kB | 6 |
Public release of v2.0.9rc11.
What's Changed since v2.0.8
- Make time partition suffix customizable by @ckrybus in https://github.com/SectorLabs/django-postgres-extra/pull/200
- Fixed typo by @selcuk in https://github.com/SectorLabs/django-postgres-extra/pull/201
- Fix typo in CONTRIBUTING.md by @ckrybus in https://github.com/SectorLabs/django-postgres-extra/pull/199
- Add support for explicit table-level locks by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/205
- Support psycopg3 by @snuderl in https://github.com/SectorLabs/django-postgres-extra/pull/208
- Run tests against both psycopg2 and pyscopg3 by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/209
- Add support to schema editor for cloning table into schema by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/207
- Add
PostgresSchema
to manage Postgres schemas with by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/206 - Type-check entire code base with mypy by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/211
- Allow specifying a specific constraint to use in
ON CONFLICT
by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/213 - chore(): Add missing python versions in setup.py by @loicgasser in https://github.com/SectorLabs/django-postgres-extra/pull/214
- Add ability to set update values, fixes [#56] by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/189
- Stop updating on conflict if
update_condition
is False but not None by @sewi-cpan in https://github.com/SectorLabs/django-postgres-extra/pull/228 - Fix automatic hstore extension creation not working on Django 4.2 or newer by @Photonios in https://github.com/SectorLabs/django-postgres-extra/pull/245
New Contributors
- @selcuk made their first contribution in https://github.com/SectorLabs/django-postgres-extra/pull/201
- @snuderl made their first contribution in https://github.com/SectorLabs/django-postgres-extra/pull/208
- @loicgasser made their first contribution in https://github.com/SectorLabs/django-postgres-extra/pull/214
Full Changelog: https://github.com/SectorLabs/django-postgres-extra/compare/v2.0.8...v2.0.9