description
A verbose description of the field, e.g. for the django.contrib.admindocs
application.
The description can be of the form:
description = _("String (up to %(max_length)s)")
where the arguments are interpolated from the field’s __dict__
.
To map a Field
to a database-specific type, Django exposes several methods:
Please login to continue.