orm
2010
Easier custom Model Manager Chaining
·30 words·1 min
Articles
django
orm
programming
python
Via Simon Willison:
This is a really convenient way to add custom functions to model managers in Django. Way easier than defining custom managers each time you need extra functionality.