Releases: SectorLabs/django-postgres-extra
Releases · SectorLabs/django-postgres-extra
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_predicate
field 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
v1.13
v1.12
v1.9
Changes
- Fix a bug with
ForeignKey
fields. (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