Jason NovingerM to Django · 2 months agoGenericForeignKey Deep Filtering | Baptiste Mispelonblog.bmispelon.rocksexternal-linkmessage-square1fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1external-linkGenericForeignKey Deep Filtering | Baptiste Mispelonblog.bmispelon.rocksJason NovingerM to Django · 2 months agomessage-square1fedilinkfile-text
minus-squareMichallinkfedilinkarrow-up2·edit-22 months 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.