Field.validators A list of validators to run for this field. See the validators documentation for more
FilePathField.path Required. The absolute filesystem path to a directory from which this FilePathField should get
ManyToManyField.related_query_name Same as ForeignKey.related_query_name.
class URLField(max_length=200, **options) [source] A CharField for a URL.
class ForeignKey(othermodel, on_delete, **options) [source] A many-to-one relationship. Requires
Field.one_to_one Boolean flag that is True if the field has a one-to-one relation, such as a OneToOneField;
to_python(value) [source] Converts the value into the correct Python object. It acts as the
class CommaSeparatedIntegerField(max_length=None, **options) [source]
DateField.auto_now Automatically set the field to now every time the object is saved. Useful for “last-modified” timestamps
Page 12 of 12