How can I query/filter in Django and ignore the cases of my query-string?
I’ve got something like and like to ignore the case of my_parameter
:
MyClass.objects.filter(name=my_parameter)
How can I query/filter in Django and ignore the cases of my query-string?
I’ve got something like and like to ignore the case of my_parameter
:
MyClass.objects.filter(name=my_parameter)