class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
to_python(value) [source] Converts the value into the correct Python object. It acts as the
SlugField.allow_unicode New in Django 1.9. If
FilePathField.path Required. The absolute filesystem path to a directory from which this FilePathField should get
class OneToOneField(othermodel, on_delete, parent_link=False, **options) [source] A one-to-one
ManyToManyField.db_table The name of the table to create for storing the many-to-many data. If this is not provided, Django
class CommaSeparatedIntegerField(max_length=None, **options) [source]
class URLField(max_length=200, **options) [source] A CharField for a URL.
Page 12 of 12