y to use .count
> > (or, any other django object tries to, which is breaking paginator for
> > me right now), as django is "clever" and strips off the select query,
> > ending up with this:
> >
> > SELECT COUNT(*) FROM "content_content" where
, except from when I try to use .count
> (or, any other django object tries to, which is breaking paginator for
> me right now), as django is "clever" and strips off the select query,
> ending up with this:
>
> SELECT COUNT(*) FROM "content_content" where files_tot
o object tries to, which is breaking paginator for
me right now), as django is "clever" and strips off the select query,
ending up with this:
SELECT COUNT(*) FROM "content_content" where files_total > 1;
Which obviusly isn't going to work. Is there any "offical
3 matches
Mail list logo