contenttypes.models.ContentType.app_label
  • References/Python/Django/API/contrib packages/The contenttypes framework

app_label The name of the application the model is part of. This is taken from the app_label attribute of the model

2025-01-10 15:47:30
forms.Field
  • References/Python/Django/API/Forms/Form fields

class Field(**kwargs) [source] When you create a Form class, the most important

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

get_group_by_cols() Responsible for returning the list of columns references by this expression. get_group_by_cols()

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

class InMemoryUploadedFile [source] A file uploaded into memory (i.e. stream-to-memory).

2025-01-10 15:47:30
gis.db.models.functions.Translate
  • References/Python/Django/API/Geographic Database Functions

class Translate(expression, x, y, z=0.0, **extra) Availability: PostGIS, SpatiaLite Accepts

2025-01-10 15:47:30
gis.db.models.functions.MemSize
  • References/Python/Django/API/Geographic Database Functions

class MemSize(expression, **extra) Availability: PostGIS Accepts a single geographic

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

class Length(expression, **extra) [source] Accepts a single text field or expression and

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

GeoIP.record_by_name(query)

2025-01-10 15:47:30
views.generic.dates.YearArchiveView.get_make_object_list()
  • References/Python/Django/API/Built-in class-based views API/Generic date views

get_make_object_list() Determine if an object list will be returned as part of the context. Returns make_object_list

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

FieldFile.close() [source] Behaves like the standard Python file.close() method

2025-01-10 15:47:30