Skip to main content
  1. Dispatches/

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.