1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-django-postgres-extra
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python-django-doc,
python3-all,
python3-dj-database-url,
python3-django,
python3-psycopg2,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Homepage: https://github.com/SectorLabs/django-postgres-extra/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-postgres-extra
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-postgres-extra.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-django-postgres-extra-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Multi-Arch: foreign
Description: 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.
Package: python3-django-postgres-extra
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-django-postgres-extra-doc,
Description: 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.
|