class URLField(max_length=200, **options) [source] A CharField for a URL.
SlugField.allow_unicode New in Django 1.9. If
update(**kwargs) Performs an SQL update query for the specified fields, and returns the number of rows matched (which may not
Options.required_db_vendor New in Django 1.9. Name
ManyToManyField.db_table The name of the table to create for storing the many-to-many data. If this is not provided, Django
Options.proxy If proxy = True, a model which subclasses another model will be treated as a proxy
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
as_sql(compiler, connection, function=None, template=None, arg_joiner=None, **extra_context) [source]
DateField.auto_now Automatically set the field to now every time the object is saved. Useful for “last-modified” timestamps
class lookups.RegisterLookupMixin A mixin that implements the lookup API on a class.
Page 29 of 30