class SlugField(max_length=50, **options) [source] Slug
ForeignKey.limit_choices_to Sets a limit to the available choices for this field when this field is rendered using a ModelForm
Field.unique_for_date Set this to the name of a DateField or DateTimeField to require that this field
process_rhs(compiler, connection) [source] Behaves the same way as process_lhs()
Field.blank If True, the field is allowed to be blank. Default is False. Note
get_transform(transform_name) Must return the lookup named transform_name. For instance, by returning self
Options.db_table The name of the database table to use for the model:
Options.get_fields(include_parents=True, include_hidden=False) [source] Returns a tuple of
Model API reference. For introductory material, see Models. Model field reference
output_field Defines the type of class returned by the get_lookup() method. It must be a
Page 11 of 30