Skip to content

Releases: SectorLabs/django-postgres-extra

v1.21a17

23 May 08:07
Compare
Choose a tag to compare
v1.21a17 Pre-release
Pre-release

Changes

  • #78 Add return_model to bulk_upsert
  • #79 Ensure bulk_upsert always returns an iterable

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

21 Feb 10:55
Compare
Choose a tag to compare
v1.21a16 Pre-release
Pre-release

Changes

  • #71 Deconstruct empty list of required and uniqueness keyword arguments

PyPi

pip install django-postgres-extra==1.21a16

https://pypi.python.org/pypi/django-postgres-extra/1.21a16

Alpha

Note, this is an alpha release.

v1.21a15

14 Jan 08:57
Compare
Choose a tag to compare
v1.21a15 Pre-release
Pre-release

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

11 Jan 11:50
Compare
Choose a tag to compare
v1.21a14 Pre-release
Pre-release

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

11 Jan 10:47
Compare
Choose a tag to compare
v1.21a13 Pre-release
Pre-release

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

19 Jun 13:12
Compare
Choose a tag to compare
v1.21a12 Pre-release
Pre-release

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

19 Jun 08:55
Compare
Choose a tag to compare
v1.21a11 Pre-release
Pre-release

Changes

  • Fixes a bug that broke string casting for values inside a HStoreValue (dict(key1=1) should become dict(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

19 Jun 08:17
Compare
Choose a tag to compare
v1.21a10 Pre-release
Pre-release

Changes

  • Fixes a bug that makes PostgresQuerySet.insert properly return the primary key instead of assuming the primary key is always a single column named id. (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

19 Jun 08:16
Compare
Choose a tag to compare
v1.21a9 Pre-release
Pre-release

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

31 Mar 13:40
Compare
Choose a tag to compare
v1.21a7 Pre-release
Pre-release

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.