Jason NovingerM to Django · 5 hours agoGenericForeignKey Deep Filtering | Baptiste Mispelonblog.bmispelon.rocksexternal-linkmessage-square1fedilinkarrow-up14arrow-down10file-text
arrow-up14arrow-down1external-linkGenericForeignKey Deep Filtering | Baptiste Mispelonblog.bmispelon.rocksJason NovingerM to Django · 5 hours agomessage-square1fedilinkfile-text
minus-squareMichallinkfedilinkarrow-up1·edit-24 hours agoGood idea to use WHEN, but I’m not sure the code example is self explanatory enough LogEntry.objects.filter(is_affected(USER)) Its possible to implement custom lookups in django, that may be a better interface for this.
Good idea to use WHEN, but I’m not sure the code example is self explanatory enough
Its possible to implement custom lookups in django, that may be a better interface for this.