1.

Mention What Does The Django Field Class Types?

Answer»

Field class TYPES determines:

  • The database column TYPE
  • The default HTML widget to avail while rendering a FORM field
  • The minimal validation requirements USED in Django admin and in automatically generated forms

Field class types determines:



Discussion

No Comment Found