issues
search
feincms
/
django-tree-queries
Adjacency-list trees for Django using recursive common table expressions. Supports PostgreSQL, sqlite, MySQL and MariaDB.
https://django-tree-queries.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
432
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Queries do not scale well when table grows in size
#77
AlexanderArvidsson
opened
2 months ago
14
Document .tree_fields() (was: Providing queryset in `ancestors`)
#76
saveshodhan
closed
2 months ago
3
How to annotate with sum of all descendants?
#75
SuperMasterBlasterLaser
opened
3 months ago
2
feat(models): add the position field #3
#74
CoderMungan
closed
3 months ago
2
Docs appear wrong: Children not ordered by ID by default
#73
boosh
closed
3 months ago
9
Add Django 5.1b1
#72
matthiask
closed
4 months ago
0
Descendant `update` queries do not include SQL for the CTE
#71
rebeccacremona
closed
3 months ago
5
Limit number of results per depth
#70
Gofven
opened
5 months ago
6
A way to output tree fields on values() call
#69
yakovyarmo
opened
6 months ago
1
MySQL support for tree_fields?
#68
matthiask
closed
7 months ago
0
Ugly hack for supporting additional recursive fields
#67
matthiask
closed
7 months ago
0
Add the ability to filter queries before construction of the CTE
#66
rhomboss
closed
7 months ago
5
tree_ordering: returns int instead of string values after upgrade from 0.16.1 to 0.18
#65
nuarhu
closed
7 months ago
9
Terrible hack which maybe fixes #63
#64
matthiask
closed
7 months ago
0
ProgrammingError when querying with exclude on reverse relation with tree fields
#63
glennmatthews
closed
7 months ago
3
Add support for descending sibling ordering, multi-field sibling ordering, and related field sibling ordering
#62
rhomboss
closed
8 months ago
2
Fetching siblings
#61
boosh
closed
9 months ago
4
Ordering siblings in descending order causes problems with retrieving ancestors
#60
benjaminLevinson
closed
8 months ago
2
Handle tree queryset .values() even more correctly
#59
glennmatthews
closed
12 months ago
1
Add Python 3.12, Django 5.0
#58
matthiask
closed
12 months ago
0
Handle tree queryset .values() correctly
#57
glennmatthews
closed
12 months ago
4
Admin: adding with_tree_fields breaks the search in the list view
#56
nuarhu
closed
1 year ago
3
Unions, intersections and differences with tree fields do not work
#55
bbbergh
opened
1 year ago
3
How to get ancestors per node for subquery?
#54
jokiefer
opened
1 year ago
3
add narrower exception catching in _ordered_by_integer
#53
taobojlen
closed
1 year ago
1
quote order_by field in SQL
#52
taobojlen
closed
1 year ago
5
PostgreSQL syntax error when using with django-ordered-model
#51
taobojlen
closed
1 year ago
2
Support filtered tree query
#50
elonzh
closed
7 months ago
2
Support polymorphic
#49
matthiask
closed
1 year ago
0
support querying sub-classes with multi-table inheritance
#48
olivierdalang
closed
1 year ago
2
Extract incoming EXPLAIN planner
#47
bryanculver
closed
1 year ago
3
`.explain()` on tree-based models throws SQL `SyntaxError`
#46
bryanculver
closed
1 year ago
2
Filter by depth
#45
jmbarbier
closed
2 years ago
1
cuid
#44
jet10000
closed
2 years ago
2
Question: Descendants function
#43
marekliska1
closed
2 years ago
3
Refs #26: Avoid selecting tree fields for distinct subqueries
#42
matthiask
closed
2 years ago
1
tree_ordering by char fields - not working/supported?
#41
glennmatthews
closed
2 years ago
3
Tree Fields Not Accurate After Model.objects.create()
#40
JSv4
opened
2 years ago
1
Work around Django bug regarding column alias index numbering for subqueries.
#39
sha-red
closed
2 years ago
4
Concurrency concerns (question not issue)
#38
ramonsaraiva
closed
2 years ago
2
How to show tree in django admin?
#37
Baltrunas
closed
1 year ago
8
Add `order_siblings_by` queryset method
#36
rhomboss
closed
2 years ago
1
Added sibling_ordering test
#35
rhomboss
closed
2 years ago
0
Added MultiOrderedModel
#34
rhomboss
closed
2 years ago
0
How to change sibling order when querying a tree?
#33
rhomboss
closed
2 years ago
9
Support for Many-to-Many relationship
#32
sevdog
closed
2 years ago
4
Is there a good way to access tree_depth on a single node/object?
#31
peter-stuart-turner
closed
2 years ago
3
How to serialize a subtree?
#30
jet10000
closed
2 years ago
3
How to trasvase tree in django template?
#29
jet10000
closed
3 months ago
11
Is it feasible to support get queryset descendants or ancestors like features in django-mptt
#28
jukanntenn
opened
2 years ago
1
Next