Hacker News new | ask | show | jobs
by stavros 1178 days ago
I like Zen queries, but sometimes you just have to make queries in templates (e.g. when you want to check the user on the request object), or sometimes it's just convenient and there's nothing wrong with it (e.g. when you want to check the user on the request object).

Zen queries makes that use case impossible, sadly.

1 comments

I don't actually use Zen queries myself, but it does have a queries_disabled template tag, which would allow for more specific control.