We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In file django.contrib.auth.forms line 227 there is a 'iexact' lookup that throws this error:
Lookup type 'iexact' isn't supported.
I have changed it to a simple equal lookup and seems to be fine now.