auth.models.User.first_name
  • References/Python/Django/API/contrib packages/django.contrib.auth

first_name Optional. 30 characters or fewer.

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

Options.default_related_name The name that will be used by default for the relation from a related object back to this one.

2025-01-10 15:47:30
auth.models.User.has_perms()
  • References/Python/Django/API/contrib packages/django.contrib.auth

has_perms(perm_list, obj=None) Returns True if the user has each of the specified permissions, where each perm

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.root_attributes()
  • References/Python/Django/API/Django Utils

root_attributes() [source] Return extra attributes to place on the root (i.e. feed/channel)

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

ugettext_noop(message) Marks strings for translation but doesn’t translate them now. This can be used to store strings in global

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

username Required. 150 characters or fewer. Usernames may contain alphanumeric, _, @, +

2025-01-10 15:47:30
gis.geos.GEOSGeometry.hexewkb
  • References/Python/Django/API/GEOS API

GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that

2025-01-10 15:47:30
forms.Widget.format_value()
  • References/Python/Django/API/Forms/Widgets

format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid

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

UploadedFile.multiple_chunks(chunk_size=None) Returns True if the uploaded file is big enough to require reading

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

__getitem__(target) Returns the value of the given string attribute node, None if the node doesn’t exist. Can also

2025-01-10 15:47:30