Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
v1.9
Changes
- Fix a bug with
ForeignKeyfields. (by @bogdanhopu)
PyPi
pip install django-postgres-extra==1.9
v1.8
Changes
- Fix broken support for
unique_together.
PyPi
pip install django-postgres-extra==1.8
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_managercontext 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_targettoupsert.
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