Releases: SectorLabs/django-postgres-extra
v1.21a17
Changes
PyPi
pip install django-postgres-extra==1.21a17
https://pypi.python.org/pypi/django-postgres-extra/1.21a17
Alpha
Note, this is an alpha release.
v1.21a16
v1.21a15
Changes
- Fix renaming annotations not working with Django 2.1
PyPi
pip install django-postgres-extra==1.21a15
https://pypi.python.org/pypi/django-postgres-extra/1.21a15
Alpha
Note, this is an alpha release.
v1.21a14
Changes
- Add missing import, fix linting issues.
PyPi
pip install django-postgres-extra==1.21a14
https://pypi.python.org/pypi/django-postgres-extra/1.21a14
Alpha
Note, this is an alpha release.
v1.21a13
Changes
- Fix broken backwards compatibility with Django 1.11X, add support for Django 2.1
PyPi
pip install django-postgres-extra==1.21a13
https://pypi.python.org/pypi/django-postgres-extra/1.21a13
Alpha
Note, this is an alpha release.
v1.21a12
Changes
- Fixes a bug that causes an error when upgrading from an older version of
django-postgres-extra
from before "required constraints" were enforced on a DB level. It would attempt to drop a non-existent constraint.
PyPi
pip install django-postgres-extra==1.21a12
https://pypi.python.org/pypi/django-postgres-extra/1.21a12
Alpha
Note, this is an alpha release.
v1.21a11
Changes
- Fixes a bug that broke string casting for values inside a HStoreValue (
dict(key1=1)
should becomedict(key1='1')
).
PyPi
pip install django-postgres-extra==1.21a11
https://pypi.python.org/pypi/django-postgres-extra/1.21a11
Alpha
Note, this is an alpha release.
v1.21a10
Changes
- Fixes a bug that makes
PostgresQuerySet.insert
properly return the primary key instead of assuming the primary key is always a single column namedid
. (PR #57, fixes #48)
PyPi
pip install django-postgres-extra==1.21a10
https://pypi.python.org/pypi/django-postgres-extra/1.21a10
Alpha
Note, this is an alpha release.
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.