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
Port details
py-django-tree-queries Tree queries with explicit opt-in, without configurability
0.23.0 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-11-30 11:55:38
Commit Hash: b9b0c68
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 = 1764413798 SHA256 (django_tree_queries-0.23.0.tar.gz) = 11845b53f173601b98555a393cdc4924dcd67a4946e7b464aa293bb22a9bf1f6 SIZE (django_tree_queries-0.23.0.tar.gz) = 28494

Packages (timestamps in pop-ups are UTC):
py311-django-tree-queries
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.21.20.22.0-0.20.00.22.0n/an/an/a
FreeBSD:13:quarterly0.20.00.20.0-0.20.00.20.0n/an/an/a
FreeBSD:14:latest0.21.20.22.0-0.20.00.22.0---
FreeBSD:14:quarterly0.20.00.20.0-0.20.00.20.0---
FreeBSD:15:latest0.22.00.22.0n/a0.20.0n/an/a--
FreeBSD:15:quarterly0.20.00.20.0n/a-n/an/a--
FreeBSD:16:latest0.21.20.22.0n/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.23.0: 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: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.23.0
30 Nov 2025 11:55:38
commit hash: b9b0c68525feb3bdd3bf69dd7fa3f0e3a884d2c8commit hash: b9b0c68525feb3bdd3bf69dd7fa3f0e3a884d2c8commit hash: b9b0c68525feb3bdd3bf69dd7fa3f0e3a884d2c8commit hash: b9b0c68525feb3bdd3bf69dd7fa3f0e3a884d2c8 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-django-tree-queries: Update to 0.23.0

Changelog:

https://github.com/feincms/django-tree-queries/blob/0.23/CHANGELOG.rst
0.22.0
13 Nov 2025 06:40:19
commit hash: 3485a58535ac60549c62d1afeac80f2e507d4b59commit hash: 3485a58535ac60549c62d1afeac80f2e507d4b59commit hash: 3485a58535ac60549c62d1afeac80f2e507d4b59commit hash: 3485a58535ac60549c62d1afeac80f2e507d4b59 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-django-tree-queries: Update to 0.22.0

Changelog:

https://github.com/feincms/django-tree-queries/blob/0.22/CHANGELOG.rst
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: 5