python-django-postgres-extra 2.0.5-1 source package in Ubuntu

Changelog

python-django-postgres-extra (2.0.5-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <email address hidden>  Thu, 31 Mar 2022 14:15:57 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-postgres-extra_2.0.5-1.dsc 2.2 KiB 3db3a7bda3f544e95fcd5f352f9e964202b44ae8d6c754156a16bdbd8ec2edb0
python-django-postgres-extra_2.0.5.orig.tar.gz 81.0 KiB ebec58f6c666929ec6a6e777f1be0260aca7fb0d807ab4876b4b174a1b2634de
python-django-postgres-extra_2.0.5-1.debian.tar.xz 3.0 KiB 34f69928704a081760ff93e04ffa71c44bd7d922a1a31c2d61a111f1f0591a05

Available diffs

No changes file available.

Binary packages built by this source

python-django-postgres-extra-doc: Extended PostgreSQL for Django (Documentation)

 This provides extended functionality for PostgreSQL databases to Django.
 Currently supported are:
  * Native upserts (single query, concurrency safe and bulk support)
  * Extended support for HStoreField (unique or null constraints, selecting
    individual keys)
  * Extra signals for updates
  * MIN and MAX expressions for multiple value fields such as hstore and array
  * Custom indexes with conditions.
 .
 This package contains the documentation.

python3-django-postgres-extra: Extended PostgreSQL for Django (Python3 version)

 This provides extended functionality for PostgreSQL databases to Django.
 Currently supported are:
  * Native upserts (single query, concurrency safe and bulk support)
  * Extended support for HStoreField (unique or null constraints, selecting
    individual keys)
  * Extra signals for updates
  * MIN and MAX expressions for multiple value fields such as hstore and array
  * Custom indexes with conditions.
 .
 This package contains the Python 3 version of the library.