Django: chaining custom model Manager methods
March 12, 2010 Leave a comment
“Django supports adding custom methods for accessing the ORM through the ability to implement a custom Manager… The downside of this approach is that methods added to a manager can only be used at the beginning of the chain.”
My modest contribution is in this comment on DjangoSnippets…