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
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