python-django-pgschemas 0.15.2-1 source package in Ubuntu

Changelog

python-django-pgschemas (0.15.2-1) unstable; urgency=low

  * New upstream version 0.15.2
  * Use dh-sequence-python3.
  * Bump Standards-Version to 4.7.0.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Fri, 19 Jul 2024 06:59:46 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pgschemas_0.15.2-1.dsc 2.1 KiB 473147f23f40958fec83e0d59c8a4637c7e4b477f4488703a6cbb447648f9827
python-django-pgschemas_0.15.2.orig.tar.gz 111.2 KiB b2ec9efd8614c70470caf5000ab9ad7d07bb911859a653cf81b4eb7190621ac6
python-django-pgschemas_0.15.2-1.debian.tar.xz 5.4 KiB 22a0a75ddcac23e67d217d8dddc01a16bba363e7ebc2c584948dc226267dc0f6

Available diffs

No changes file available.

Binary packages built by this source

python-django-pgschemas-doc: Django multi-tenancy using PostgreSQL schemas (Documentation)

 This app uses PostgreSQL schemas to support data multi-tenancy in a single
 Django project. It is a fork of django-tenants with some conceptual changes:
 .
  * There are static tenants and dynamic tenants. Static tenants can have their
    own apps and urlconf.
  * Tenants can be simultaneously routed via subdomain and via subfolder on
    shared subdomain.
  * Public is no longer the schema for storing the main site data. Public should
    be used only for true shared data across all tenants. Table "overriding" via
    search path is no longer encouraged.
  * Management commands can be run on multiple schemas via wildcards - the
    multiproc behavior of migrations was extended to just any tenant command.
 .
 This package contains the documentation.

python3-django-pgschemas: Django multi-tenancy using PostgreSQL schemas (Python3 version)

 This app uses PostgreSQL schemas to support data multi-tenancy in a single
 Django project. It is a fork of django-tenants with some conceptual changes:
 .
  * There are static tenants and dynamic tenants. Static tenants can have their
    own apps and urlconf.
  * Tenants can be simultaneously routed via subdomain and via subfolder on
    shared subdomain.
  * Public is no longer the schema for storing the main site data. Public should
    be used only for true shared data across all tenants. Table "overriding" via
    search path is no longer encouraged.
  * Management commands can be run on multiple schemas via wildcards - the
    multiproc behavior of migrations was extended to just any tenant command.
 .
 This package contains the Python 3 version of the library.