django-garnett icon indicating copy to clipboard operation
django-garnett copied to clipboard

Don't allow json lookups unless they are a valid language

Open harrywhite4 opened this issue 4 years ago • 0 comments

Alter the json orm lookup so you can do Book.objects.filter(title__en='thing') but not Book.objects.filter(title__notalang='thing')

harrywhite4 avatar Jan 20 '21 01:01 harrywhite4