Post #1721137
2025-11-28 10:38 UTC
This could be a game changer for anyone using model custom QuerySets and Managers ๐ I've just implemented an 11 years old ticket ๐ง for initial filters on model QuerySets handled in such an elegant way ๐
objects = QuerySet.filter(active=True).as_manager()
#django #python #ORM
https://github.com/django/django/pull/20336
Replies (0)
No replies.