Re: Bug? Related manager not working for custom manager?

2008-11-20 Thread John M
Ian, Thanks for the reply, yes I've verified via the db.connections option that something is definitely wrong. John On Nov 19, 6:33 pm, "Ian Lewis" <[EMAIL PROTECTED]> wrote: > John, > > Try checking the log output of the database server to see what is > different about the SQL. Perhaps some

Re: Bug? Related manager not working for custom manager?

2008-11-20 Thread John M
Malcom, Thank you so much for taking the time to look over this, and you're right, looking back, I should have trimmed down the problem for all to see. I've come up with a work-around for now, but will watch the ticket to see when it's fixed. I suspect it's something to do with the fact it's a

Re: Bug? Related manager not working for custom manager?

2008-11-19 Thread Malcolm Tredinnick
On Wed, 2008-11-19 at 18:21 -0800, John M wrote: > I have a model with a custom model manager used for related set > filtering, but it's not working as expected. > > See my models and test at http://dpaste.com/92327/ > > Can someone explain why my manager isn't doing what I think it should?

Re: Bug? Related manager not working for custom manager?

2008-11-19 Thread Ian Lewis
John, Try checking the log output of the database server to see what is different about the SQL. Perhaps some kind of caching is going on where the manager is caching the results of it's queries? On Thu, Nov 20, 2008 at 11:21 AM, John M <[EMAIL PROTECTED]> wrote: > > I have a model with a

Bug? Related manager not working for custom manager?

2008-11-19 Thread John M
I have a model with a custom model manager used for related set filtering, but it's not working as expected. See my models and test at http://dpaste.com/92327/ Can someone explain why my manager isn't doing what I think it should? Thanks John