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
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
db.models.TimeField
  • References/Python/Django/API/Models/Model field reference

class TimeField(auto_now=False, auto_now_add=False, **options) [source] A time, represented

2025-01-10 15:47:30
sessions.backends.base.SessionBase.test_cookie_worked()
  • References/Python/Django/Guides

test_cookie_worked() Returns either True or False, depending on whether the user’s browser accepted

2025-01-10 15:47:30
gis.gdal.Feature.geom_type
  • References/Python/Django/API/GDAL API

geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all

2025-01-10 15:47:30
gis.geos.PreparedGeometry.disjoint()
  • References/Python/Django/API/GEOS API

disjoint(other)

2025-01-10 15:47:30
http.HttpResponse.
  • References/Python/Django/API/Request and response objects

HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive

2025-01-10 15:47:30
core.paginator.Paginator
  • References/Python/Django/Guides

class Paginator(object_list, per_page, orphans=0, allow_empty_first_page=True) [source]

2025-01-10 15:47:30
db.models.query.QuerySet.select_related()
  • References/Python/Django/API/Models/QuerySet API reference

select_related(*fields) Returns a QuerySet that will “follow” foreign-key relationships, selecting additional related-object

2025-01-10 15:47:30