Re: Need Help Fixing my Custom Manager's Method

2010-07-03 Thread b14ck
Daniel, Thanks for your response. I should have included this information earlier--but basically, the website I'm developing has a hierarchical permission system which I had to implement myself via UserProfile extension. So since User's must have a specific role (like an admin, a manager, a salesp

Re: Need Help Fixing my Custom Manager's Method

2010-07-02 Thread Daniel Roseman
On Jul 2, 6:53 pm, b14ck wrote: > Hi everyone. > > I'm working on a mid-sized web project, and have run into a bit of a > dead-end trying to figure out how to make my custom manager method > `for_user` return a a proper Django QuerySet. > > First off, here's my: myproject/partylines/models.py sour

Need Help Fixing my Custom Manager's Method

2010-07-02 Thread b14ck
Hi everyone. I'm working on a mid-sized web project, and have run into a bit of a dead-end trying to figure out how to make my custom manager method `for_user` return a a proper Django QuerySet. First off, here's my: myproject/partylines/models.py source code which contains the problem that I'm t