time_format Similar to TimeInput.format
class CharField(**kwargs) [source] Default widget:
Options.verbose_name_plural The plural name for the object:
precision Returns the numeric precision of this field. This is meaningless (and set to zero) for non-numeric fields:
Model.delete(using=DEFAULT_DB_ALIAS, keep_parents=False) [source] Issues an SQL DELETE
CASCADE [source] Cascade deletes. Django emulates the behavior of the SQL constraint ON DELETE
dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument
class ModelChoiceField(**kwargs) [source] Default widget:
html_safe() [source] The __html__() method on a class helps non-Django templates
class Value(value, output_field=None) [source] A Value() object represents the
Page 35 of 100