Alex Gaynor 1/31/2009

Building a Magic Manager

Read Original

This article explains a pattern for building a 'MagicManager' in Django that automatically makes custom methods defined on a manager available on its QuerySet and all chained QuerySets. It discusses the implementation, the trade-offs between DRY principles and code explicitness, and provides a technical walkthrough of the code.

Building a Magic Manager

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes