Artifact python-django-tree-queries-doc_0.19-1_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Depends: libjs-sphinxdoc (>= 7.3)
  Description: |-
    Adjacency-list trees for Django (Documentation)
     Query Django model trees using adjacency lists and recursive common table
     expressions. Supports PostgreSQL, sqlite3 and MariaDB and MySQL.
     .
     Features and limitations:
      * Supports only integer and UUID primary keys (for now).
      * Allows specifying ordering among siblings.
      * Uses the correct definition of depth, where root nodes have a depth of
        zero.
      * The parent foreign key must be named "parent" at the moment.
      * The fields added by the common table expression always are tree_depth,
        tree_path and tree_ordering. The names cannot be changed. tree_depth is an
        integer, tree_path an array of primary keys and tree_ordering an array of
        values used for ordering nodes within their siblings.
      * Besides adding the fields mentioned above the package only adds queryset
        methods for ordering siblings and filtering ancestors and descendants.
      * Little code, and relatively simple when compared to other tree management
        solutions for Django. No redundant values so the only way to end up with
        corrupt data is by introducing a loop in the tree structure (making it a
        graph). The TreeNode abstract model class has some protection against this.
      * Supports only trees with max. 50 levels on MySQL/MariaDB, since those
        databases do not support arrays and require a maximum length for the
        tree_path and tree_ordering upfront.
     .
     This package contains the documentation.
  Homepage: https://github.com/feincms/django-tree-queries
  Installed-Size: '113'
  Maintainer: Debian Python Team <team+python@tracker.debian.org>
  Package: python-django-tree-queries-doc
  Priority: optional
  Section: doc
  Source: python-django-tree-queries
  Version: 0.19-1
srcpkg_name: python-django-tree-queries
srcpkg_version: 0.19-1

File

2024-11-19T18:43:42.237956 UTC: BinaryFileWidget failed to render

Relations

Relation Direction Type Name
built-using Source package python-django-tree-queries_0.19-1

binary package System - - 2 months, 1 week ago 1 month, 1 week
BETA