Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which field lookup performs a case-insensitive exact match?

  1. A __exact
  2. B __iexact
  3. C __contains
  4. D __istartswith
Answer

__iexact

The i prefix denotes case-insensitive lookups. Note that these can prevent use of a standard index depending on the database and collation.

All Django MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as