Field.editable If False, the field will not be displayed in the admin or any other
class BigIntegerField(**options) [source] A 64-bit integer, much like an IntegerField
DateField.auto_now_add Automatically set the field to now when the object is first created. Useful for creation of timestamps
GenericIPAddressField.protocol Limits valid inputs to the specified protocol. Accepted values are 'both' (default)
Field.one_to_many Boolean flag that is True if the field has a one-to-many relation, such as a GenericRelation
class TimeField(auto_now=False, auto_now_add=False, **options) [source] A time, represented
ManyToManyField.through Django will automatically generate a table to manage many-to-many relationships. However, if you want
Field.db_tablespace The name of the database tablespace to use for this field’s index, if this field
formfield(form_class=None, choices_form_class=None, **kwargs) [source] Returns the default
class SlugField(max_length=50, **options) [source] Slug
Page 3 of 12