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)

1 Answer
1

Leave a Reply

Your email address will not be published. Required fields are marked *