db.models.Avg
  • References/Python/Django/API/Models/QuerySet API reference

class Avg(expression, output_field=FloatField(), **extra) [source] Returns the mean value

2025-01-10 15:47:30
db.models.Options.default_permissions
  • References/Python/Django/API/Models/Model Meta options

Options.default_permissions Defaults to ('add', 'change', 'delete'). You may customize this list, for example,

2025-01-10 15:47:30
db.models.expressions.When
  • References/Python/Django/API/Models/Conditional Expressions

class When(condition=None, then=None, **lookups) [source] A When() object is

2025-01-10 15:47:30
db.models.functions.datetime.ExtractMinute
  • References/Python/Django/API/Models/Database Functions

class ExtractMinute(expression, tzinfo=None, **extra) [source] lookup_name

2025-01-10 15:47:30
db.models.Func.template
  • References/Python/Django/API/Models/Query Expressions

template A class attribute, as a format string, that describes the SQL that is generated for this function. Defaults to

2025-01-10 15:47:30
db.models.Expression.set_source_expressions()
  • References/Python/Django/API/Models/Query Expressions

set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()

2025-01-10 15:47:30
db.models.Field.null
  • References/Python/Django/API/Models/Model field reference

Field.null If True, Django will store empty values as NULL in the database. Default is False

2025-01-10 15:47:30
db.models.ImageField.height_field
  • References/Python/Django/API/Models/Model field reference

ImageField.height_field Name of a model field which will be auto-populated with the height of the image each time the model

2025-01-10 15:47:30
db.models.ForeignKey.swappable
  • References/Python/Django/API/Models/Model field reference

ForeignKey.swappable Controls the migration framework’s reaction if this ForeignKey is pointing at a swappable

2025-01-10 15:47:30
db.models.SET_NULL
  • References/Python/Django/API/Models/Model field reference

SET_NULL [source] Set the ForeignKey null; this is only possible if null

2025-01-10 15:47:30