Hi Raphael,
> we are doing such a thing for quite a while in our open source project
> pretix[1].
Whow, I'm quite impressed. Never stumbled upon that. I'll recommend that
for some collegues (to use it...)
But about the internals: Nice, this was the first way I implemented that
as well, and maybe I
Hello,
the fix for https://code.djangoproject.com/ticket/27241 caused significant
performance drop for my project, because it pretty much prevents posgresql
from using indexes on the particular query. I use unmanaged tables because
Django is used to display data from another project's database,