db.models.Field.description

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:

doc_Django
2016-10-09 18:35:24
Comments
Leave a Comment

Please login to continue.