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

Changelog

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

  * New upstream release.
  * Bump Standards-Version to 4.6.2.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Add patch to use local objects.inv in intersphinx mapping and add
    python-django-doc to Build-Depends.

 -- Michael Fladischer <email address hidden>  Thu, 09 Feb 2023 08:40:20 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-postgres-extra_2.0.8-1.dsc 2.3 KiB 7cf05e76fa8c4ce0f8a7cbb02d9a0081a272cecd1c5ce7fa10f6a4c99f2399fb
python-django-postgres-extra_2.0.8.orig.tar.gz 83.2 KiB 236f2026c8c5c7d0975a64b49e22f187c674d00902178fbb04c0c1a4a86a7df7
python-django-postgres-extra_2.0.8-1.debian.tar.xz 3.7 KiB 65d654f2e9f635a846a320af6a2b4e6e2760f64d51e4fb1a4b0578e0b8a2b804

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.