Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
v1.21a9
Changes
- Fixed an bug in experimental HStore expression support that would cause ambiguity between keys and values.
PyPi
pip install django-postgres-extra==1.21a9
https://pypi.python.org/pypi/django-postgres-extra/1.21a9
Alpha
Note, this is an alpha release.
v1.21a7
Changes
- Experimental support for expressions in HStore values.
PyPi
pip install django-postgres-extra==1.21a7
https://pypi.python.org/pypi/django-postgres-extra/1.21a7
Alpha
Note, this is an alpha release.
v1.21a6
v1.21a5
v1.21a4
Changes
- Django 2.0 compatibility (PR #35) by @seroy
- Foreign keys as objects (PR #46) by @PeterJCLaw
- Foreign keys that are primary keys (PR #41) by @PeterJCLaw
PyPi
pip install django-postgres-extra==1.21a4
https://pypi.python.org/pypi/django-postgres-extra/1.21a4
Alpha
Note, this is an alpha release.
v1.19
Changes
- Made the ConditionalUniqueIndexes actually usable, adding an
index_predicatefield to the upsert method
PyPi
pip install django-postgres-extra==1.19
v1.17
Changes
- Custom indexes with conditions (http://django-postgres-extra.readthedocs.io/indexes/#conditional-unique-index)
PyPi
pip install django-postgres-extra==1.17
v1.14
Changes
- Implements #6 - Bulk upserts (http://django-postgres-extra.readthedocs.io/manager/#bulk)
PyPi
pip install django-postgres-extra==1.14