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 Django model field should store a large amount of text with no length limit?

  1. A CharField
  2. B TextField
  3. C SlugField
  4. D EmailField
Answer

TextField

CharField requires max_length and maps to VARCHAR. TextField has no declared limit and is appropriate for article bodies or descriptions.

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