python-django-pgschemas 0.15.1-2 source package in Ubuntu

Changelog

python-django-pgschemas (0.15.1-2) unstable; urgency=low

  * Add patch to replace assertEquals with assertEqual (Closes: #1059662).
  * Add patch to remove distutils code in preparation for Python 3.12.

 -- Michael Fladischer <email address hidden>  Sun, 21 Jan 2024 20:15:38 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pgschemas_0.15.1-2.dsc 2.1 KiB a5293f80e6af1e645e530b1da02007543eb0116f6999b889d3a4a09e141025a1
python-django-pgschemas_0.15.1.orig.tar.gz 111.2 KiB 8230176ec9925fed8d5ef1383ff65989128d2dbfcf4ce72cd96497958f8aec43
python-django-pgschemas_0.15.1-2.debian.tar.xz 5.4 KiB ffd645e9bc289cad6f8ac214fb611db2fd2d360956c4118fc399a27bbfe21ea6

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.