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 ...