db.models.Transform.output_field
  • References/Python/Django/API/Models/Lookup API reference

output_field Defines the class this transformation outputs. It must be a

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

class Aggregate(expression, output_field=None, **extra) [source]

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

FieldFile.size The result of the underlying

2025-01-10 15:47:30
db.migrations.operations.AlterModelTable
  • References/Python/Django/API/Migration Operations

class AlterModelTable(name, table) [source] Changes the model’s table name (the

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.context_data
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.context_data The context data to be used when rendering the template. It must be a

2025-01-10 15:47:30
gis.geoip.GeoIP
  • References/Python/Django/API/Geolocation with GeoIP

class GeoIP(path=None, cache=0, country=None, city=None) The GeoIP object does not require any parameters to use

2025-01-10 15:47:30
db.backends.base.schema.BaseDatabaseSchemaEditor.alter_unique_together()
  • References/Python/Django/API/SchemaEditor

BaseDatabaseSchemaEditor.alter_unique_together(model, old_unique_together, new_unique_together) [source]

2025-01-10 15:47:30
core.files.uploadhandler.FileUploadHandler.chunk_size
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

FileUploadHandler.chunk_size Size, in bytes, of the “chunks” Django should store into memory and feed into the handler. That

2025-01-10 15:47:30
views.generic.detail.DetailView
  • References/Python/Django/API/Built-in class-based views API/Generic display views

class django.views.generic.detail.DetailView While this view is executing, self.object will contain the object

2025-01-10 15:47:30
template.Template
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class Template [source] This class lives at django.template.Template. The constructor

2025-01-10 15:47:30