Re: Matching logic is case sensitive when I want it case insensitive

2015-01-06 Thread joboppsgpp
This worked beautifully. Thanks Vijay! (ps thanks for the suggestions regarding a long-term solution). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-u

Matching logic is case sensitive when I want it case insensitive

2015-01-06 Thread joboppsgpp
unt object, I want it to behave the same way it currently behaves for case sensitive matches. I think I have found where in the code the problem is: https://snipt.net/joboppsgpp/code-with-bug-d8fa565f However, I don't program myself, and since this seems like a trivial change, I was hoping