Re: get_next_by_FOO from a custom manager

2007-06-13 Thread Malcolm Tredinnick
On Wed, 2007-06-13 at 21:20 -0400, Jonathan Stockdill wrote: > I have a custom manager and if I have a list of objects and call a > get_next_by_FOO method on one of the objects, it retrieves the next > object from the default manager, not the next object in the custom > manager. Is it possi

get_next_by_FOO from a custom manager

2007-06-13 Thread Jonathan Stockdill
I have a custom manager and if I have a list of objects and call a get_next_by_FOO method on one of the objects, it retrieves the next object from the default manager, not the next object in the custom manager. Is it possible to use a different manager than the default manager with the ge