python-django-postgres-extra 2.0.6-2 source package in Ubuntu

Changelog

python-django-postgres-extra (2.0.6-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-django-postgres-extra-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 14 Dec 2022 18:45:26 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-postgres-extra_2.0.6-2.dsc 2.6 KiB 521489d954d928cf831d6b900e08f0e4a0a858c9412b3d30d687cdcfae7b51de
python-django-postgres-extra_2.0.6.orig.tar.gz 83.0 KiB 73ab63917300d17a7a5e750dae3375ac045df38243e1d6030574a4b9473a6a9f
python-django-postgres-extra_2.0.6-2.debian.tar.xz 3.2 KiB 1fd716a67acc757de3c05df9b095514dee2726e042389de457acbe282c5ed78f

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.