Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
v1.7
Changes
- Support for
ON CONFLICT DO NOTHING
. - Fix bug related to custom column names.
PyPi
pip install django-postgres-extra==1.7
v1.6
Changes
- Add
psqlextra.util.postgres_manager
context manager to allow context manager to be used on any model, anywhere. - Fix bug where signals were not properly cleaned up.
PyPi
pip install django-postgres-extra==1.6
v1.5
Changes
- Fix bug that occurs when the database returns a field that doesn't exists on a model (
upsert_and_get
).
PyPi
pip install django-postgres-extra==1.5
v1.4
Changes
- Add support for
conflict_target
toupsert
.
PyPi
pip install django-postgres-extra==1.4
v1.3
Changes
- Initial release.
PyPi
pip install django-postgres-extra==1.3
v1.2
Changes
- Initial release.
PyPi
pip install django-postgres-extra==1.2