I'm worried this doesn't work in the general case, as there are a lot of
different query formats one can write with raw SQL, such as UNION, SQL
variables, or other database specific formats. You have a lot of code
there, but from what I can tell the code is simply setting up the
RawSqlCompiler whic
Hi!
I implemented FilteredRawQuerySet which supports filter() and order_by()
like model manager QuerySet.
https://code.djangoproject.com/ticket/28087
https://github.com/Dmitri-Sintsov/django-jinja-knockout/blob/master/django_jinja_knockout/query.py
Internally it contains RawQuerySet and QuerySet
The links to the tutorial/docs is a good idea.
I would design the message like the other messages (404, 500, and current
It Works!) to keep it look the same, but I would also accept the good
looking version you proposed
On Tuesday, April 18, 2017 at 5:44:13 PM UTC+2, Tim Allen wrote:
>
> I've ha
+1 here too, congrats!
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-developers+unsubscr...@googlegroups.com.
To