python-django-treebeard 4.7-1 source package in Ubuntu
Changelog
python-django-treebeard (4.7-1) unstable; urgency=medium * New upstream version 4.7 * Build using pybuild-plugin-pyproject. -- Michael Fladischer <email address hidden> Mon, 19 Jun 2023 13:17:02 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django-treebeard_4.7-1.dsc | 2.0 KiB | 3332a49723ed7f053e2b2485c6f66ccd715818b3c2e40ae9d52c4fd9372f23aa |
python-django-treebeard_4.7.orig.tar.gz | 287.4 KiB | c751a3f924158c288fea89afc25a7151979faf01bf11fdc7be3b858099dfa56d |
python-django-treebeard_4.7-1.debian.tar.xz | 6.7 KiB | 32176b235e1a50492c2cafa362743d16d0034bc1263e11401da5c5b0b21da9b2 |
Available diffs
- diff from 4.6.1-1 to 4.7-1 (1.6 KiB)
No changes file available.
Binary packages built by this source
- python-django-treebeard-doc: Efficient implementations of tree data structures for Django (documentation)
Django Treebeard is a library that implements efficient data structures for
storing hierarchical data in a database using the Django web development
framework.
.
It currently includes 3 different tree implementations: adjacency list,
materialized path and nested sets. Each one has it's own strengths and
weaknesses but share the same API, so it’s easy to switch between them.
.
This package contains the documentation in searchable HTML format.
- python3-django-treebeard: Efficient implementations of tree data structures for Django (Python3 version)
Django Treebeard is a library that implements efficient data structures for
storing hierarchical data in a database using the Django web development
framework.
.
It currently includes 3 different tree implementations: adjacency list,
materialized path and nested sets. Each one has it's own strengths and
weaknesses but share the same API, so it’s easy to switch between them.
.
This package contains the Python 3 version of the library.