class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
DecimalField.max_digits The maximum number of digits allowed in the number. Note that this number must be greater than or equal
Field.validators A list of validators to run for this field. See the validators documentation for more
Field.one_to_one Boolean flag that is True if the field has a one-to-one relation, such as a OneToOneField;
FieldFile.open(mode='rb') [source] Opens or reopens the file associated with this instance
class TextField(**options) [source] A large text field. The default form widget for this
deconstruct() [source] Returns a 4-tuple with enough information to recreate the field:
class CommaSeparatedIntegerField(max_length=None, **options) [source]
to_python(value) [source] Converts the value into the correct Python object. It acts as the
ManyToManyField.related_query_name Same as ForeignKey.related_query_name.
Page 10 of 12