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
class URLField(max_length=200, **options) [source] A CharField for a URL.
SlugField.allow_unicode New in Django 1.9. If
ManyToManyField.db_table The name of the table to create for storing the many-to-many data. If this is not provided, Django
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
DateField.auto_now Automatically set the field to now every time the object is saved. Useful for “last-modified” timestamps
from_db_value(value, expression, connection, context) Converts a value as returned by the database to a Python object. It is
class ForeignKey(othermodel, on_delete, **options) [source] A many-to-one relationship. Requires
Page 12 of 12