gis.gdal.GDALBand.description
  • References/Python/Django/API/GDAL API

description The name or description of the band, if any.

2025-01-10 15:47:30
auth.models.Group.name
  • References/Python/Django/API/contrib packages/django.contrib.auth

name Required. 80 characters or fewer. Any characters are permitted. Example: 'Awesome Users'.

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

QueryDict.iteritems() Just like the standard dictionary iteritems() method. Like QueryDict.items()

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

QueryDict.update(other_dict) Takes either a QueryDict or standard dictionary. Just like the standard dictionary

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

wkb_size Returns the size of the WKB buffer needed to hold a WKB representation of this geometry:

2025-01-10 15:47:30
core.checks.Warning
  • References/Python/Django/API/System check framework

class Warning(msg, hint=None obj=None, id=None) [source]

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

UploadedFile.name The name of the uploaded file (e.g. my_file.txt).

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

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

2025-01-10 15:47:30
utils.translation.gettext_noop()
  • References/Python/Django/API/Django Utils

gettext_noop(message) [source]

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

class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL

2025-01-10 15:47:30