create(**kwargs) A convenience method for creating an object and saving it all in one step. Thus:
Field.unique_for_month Like unique_for_date, but requires the field to be unique with respect to the month.
DateField.auto_now_add Automatically set the field to now when the object is first created. Useful for creation of timestamps
template A class attribute, as a format string, that describes the SQL that is generated for this function. Defaults to
set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()
Options.select_on_save Determines if Django will use the pre-1.6
class FieldFile [source] When you access a FileField on a model, you are given
relabeled_clone(change_map) Returns a clone (copy) of self, with any column aliases relabeled. Column aliases are
class Avg(expression, output_field=FloatField(), **extra) [source] Returns the mean value
GenericIPAddressField.unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled
Page 6 of 30