python-django-tree-queries-doc binary package in Ubuntu Noble riscv64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-12-07 22:20:05 UTC Published Ubuntu Noble riscv64 release universe doc Optional 0.16.1-1
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Noble riscv64 proposed universe doc Optional 0.16.1-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  2023-12-07 22:25:34 UTC Superseded Ubuntu Noble riscv64 release universe doc Optional 0.15-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of python-django-tree-queries 0.16.1-1 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  2024-01-13 12:10:15 UTC Deleted Ubuntu Noble riscv64 proposed universe doc Optional 0.15-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  2023-11-16 05:20:16 UTC Superseded Ubuntu Noble riscv64 proposed universe doc Optional 0.15-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of python-django-tree-queries 0.15-2 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu