django-garnett
django-garnett copied to clipboard
Don't allow json lookups unless they are a valid language
Alter the json orm lookup so you can do Book.objects.filter(title__en='thing')
but not Book.objects.filter(title__notalang='thing')