FieldFile.open(mode='rb') [source] Opens or reopens the file associated with this instance
values_list(*fields, flat=False) This is similar to values() except that instead of returning dictionaries, it
set(objs, bulk=True, clear=False) New in Django 1.9.
contains_aggregate Tells Django that this expression contains an aggregate and that a GROUP BY clause needs to
class TextField(**options) [source] A large text field. The default form widget for this
deconstruct() [source] Returns a 4-tuple with enough information to recreate the field:
class CommaSeparatedIntegerField(max_length=None, **options) [source]
to_python(value) [source] Converts the value into the correct Python object. It acts as the
get(**kwargs) Returns the object matching the given lookup parameters, which should be in the format described in Field lookups
ManyToManyField.related_query_name Same as ForeignKey.related_query_name.
Page 25 of 30