Matthias Kestenholz

Results 228 comments of Matthias Kestenholz

Hi, Thank you! 1. Yes, your understanding is correct. That's the only way (for now) 2. The `parent` foreign key is a boring old Django `ForeignKey`; if e.g. `parent.tree_depth` exists...

Thanks for the report! `elide_empty` was added in https://github.com/django/django/commit/f3112fde981052801e0c2121027424496c03efdf , its absence hasn't been noticed yet it seems. It would definitely be nice of django-tree-queries supported those types of queries.

Hi @jet10000 Sorry, unfortunately there is no example for how to do this. The `tree_info` filter of django-mptt should work almost unchanged. mptt uses `._mptt_meta` and `.level` while django-tree-queries always...

Very nice! Good to know it works.

@triopter Short answer: I'm going to say maybe? Longer version: A few years back I wrote a blogpost outlining the reasons for django-tree-queries' existence: https://406.ch/writing/django-tree-queries/ , and mentioned the advantages...

@drkvogel See here: https://github.com/petrounias/django-cte-trees/blob/master/cte_tree/models.py#L113-L119 I don't know if django-cte-trees is still maintained though. I have continued the work a bit here https://github.com/matthiask/django-cte-forest but have stopped working on this in the...

We could copy the code from feincms/django-mptt ( http://django-mptt.readthedocs.io/en/latest/admin.html#mptt-admin-draggablempttadmin ). It is certainly more fancy, but I'm not sure (anymore) it's more useable. What do you think?

Regarding https://github.com/matthiask/feincms3/issues/13#issue-359021569 I'd like to be convinced that there is a way to build a user friendly drag-drop solution for moving pages also with trees of hundreds of pages. The...

Yeah, I'm seeing this as well. URLs lack the `/media/` part, and because of this all media file access fails.