FileField.upload_to This attribute provides a way of setting the upload directory and file name, and can be set in two ways
class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented
get_source_expressions() Returns an ordered list of inner expressions. For example:
CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in
class ExpressionWrapper(expression, output_field) [source] ExpressionWrapper
class Model(**kwargs) [source] The keyword arguments are simply the names of the fields you’ve
create(**kwargs) Creates a new object, saves it and puts it in the related object set. Returns the newly created object:
value_to_string(obj) [source] Converts obj to a string. Used to serialize the
Options.label New in Django 1.9. Representation
Field.hidden Boolean flag that indicates if a field is used to back another non-hidden field’s functionality (e.g. the
Page 17 of 30