Re: Adding custom row's

2006-09-16 Thread Anders Aagaard
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

Re: Adding custom row's

2006-09-16 Thread Malcolm Tredinnick
, 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

Adding custom row's

2006-09-02 Thread Anders Aagaard
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