notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-django-tree-queries Tree queries with explicit opt-in, without configurability
0.21.2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.20.0Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-07 19:15:16
Last Update: 2025-10-04 14:08:43
Commit Hash: 9c2214e
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/feincms/django-tree-queries
Description:
Query Django model trees using adjacency lists and recursive common table expressions. Supports PostgreSQL, sqlite3 (3.8.3 or higher) and MariaDB (10.2.2 or higher) and MySQL (8.0 or higher, if running without ONLY_FULL_GROUP_BY).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}django-tree-queries>0:www/py-django-tree-queries@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*django-tree-queries
To install the port:
cd /usr/ports/www/py-django-tree-queries/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-django-tree-queries
  • pkg install py311-django-tree-queries
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-django-tree-queries listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-django-tree-queries
Package flavors (<flavor>: <package>)
  • py311: py311-django-tree-queries
distinfo:
TIMESTAMP = 1759571436 SHA256 (django_tree_queries-0.21.2.tar.gz) = 7b574bf64bc4950c8f7dba953fc028fdca05dd9bfe8422a20aed9899dd1a8890 SIZE (django_tree_queries-0.21.2.tar.gz) = 26572

Packages (timestamps in pop-ups are UTC):
py311-django-tree-queries
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.00.21.2-0.20.00.21.2n/an/an/a
FreeBSD:13:quarterly0.20.00.20.0-0.20.00.20.0n/an/an/a
FreeBSD:14:latest0.20.00.21.2-0.20.00.21.2---
FreeBSD:14:quarterly0.20.00.20.0-0.20.00.20.0---
FreeBSD:15:latest0.20.00.21.2n/a0.20.0n/an/a--
FreeBSD:15:quarterly-0.20.0n/a-n/an/a--
FreeBSD:16:latest-0.21.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django42>=4.2 : www/py-django42@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-django-tree-queries-0.21.2: ADMIN=off: Tree management support for Django admin ===> Use 'make config' to modify these settings
Options name:
www_py-django-tree-queries
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django_tree_queries/
  2. https://pypi.org/packages/source/d/django_tree_queries/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.21.2
04 Oct 2025 14:08:43
commit hash: 9c2214e5560223e7d174604a4df212f16875b8dccommit hash: 9c2214e5560223e7d174604a4df212f16875b8dccommit hash: 9c2214e5560223e7d174604a4df212f16875b8dccommit hash: 9c2214e5560223e7d174604a4df212f16875b8dc files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-django-tree-queries: Update to 0.21.2

* Introduce ADMIN option to reflect the settings as given in
  pyproject.toml.

Changelog since 0.20.0:

https://github.com/feincms/django-tree-queries/blob/0.21.2/CHANGELOG.rst
0.20.0
23 Jun 2025 14:30:02
commit hash: a2ae2d4aed769b8453a0f03fcd7af6e0663c7fe5commit hash: a2ae2d4aed769b8453a0f03fcd7af6e0663c7fe5commit hash: a2ae2d4aed769b8453a0f03fcd7af6e0663c7fe5commit hash: a2ae2d4aed769b8453a0f03fcd7af6e0663c7fe5 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-django-tree-queries: Update to 0.20.0

Changelog:

https://github.com/feincms/django-tree-queries/blob/0.20/CHANGELOG.rst
0.19.0
07 Jan 2025 19:11:47
commit hash: 272a438347ca15887acec762dd8ca2447fce7482commit hash: 272a438347ca15887acec762dd8ca2447fce7482commit hash: 272a438347ca15887acec762dd8ca2447fce7482commit hash: 272a438347ca15887acec762dd8ca2447fce7482 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-django-tree-queries: New port

Query Django model trees using adjacency lists and recursive common
table expressions.

Supports PostgreSQL, sqlite3 (3.8.3 or higher) and MariaDB (10.2.2 or
higher) and MySQL (8.0 or higher, if running without
ONLY_FULL_GROUP_BY).

Number of commits found: 3