3 Costly Django ORM Mistakes I Made as a Beginner — and How I Fixed Them
Mistake #1: Django QuerySet Filtering Doesn’t Work on Dynamic Fields
I ran into a small but surprising behavior while working with Django QuerySets. You can't filter on dynamic fields — even if you attach them to your queryset objects. Here's what ...
codengocool.hashnode.dev5 min read