Matthias Kestenholz
Matthias Kestenholz
I'm sorry to hear that. Can you pinpoint the change which lead to this regression? Probably the introduction of the rank table? I thought allowing more types of ordering was...
By the way, I'm working on making this better in #81 -- the intention is to only use the rank table if the query makes it necessary.
0.20 contains a change to avoid the rank table altogether if possible and also recommends using `tree_filter()` and `tree_exclude()` to filter down the queryset before running the recursive CTE. For...
Hi @thibaudcolas Is there anything I can do to move this forward?
@thibaudcolas I have been thinking about this at least once every week. Sorry for not responding sooner. The part about why we need additional attributes for `` tags is probably...
Thanks for your thoughts and the support! I totally understand. If I find the time and energy I'll resurrect the DEP.
I see your point. Yes, a class or some other attribute would be nicer. I wonder if we have to support arbitrary modifications of HTML templates though. If people modify...
> Why not? I guess this is the power of Django, isn't it? 😄 That's true! > My -0 is becoming a +0 🙄 I thought it was a no...
Thank you! It's still possible that people will break the widget when customizing its template, but probably less likely. The `div` which only contains a `script` is a bit "smelly",...
I was thinking about the criticism towards dropping the ID altogether: If people insert their own `` tag before the script produced by `|json_script` then the naive `.querySelector("script")` would find...