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

height The height of the band in pixels (Y-axis).

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

width The width of the band in pixels (X-axis).

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

class Context(dict_=None) [source] This class lives at django.template.Context

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.ordering
  • References/Python/Django/API/Multiple object mixins

ordering A string or list of strings specifying the ordering to apply to the queryset. Valid values are the same

2025-01-10 15:47:30
views.generic.edit.FormMixin.success_url
  • References/Python/Django/API/Editing mixins

success_url The URL to redirect to when the form is successfully processed.

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

Field.null If True, Django will store empty values as NULL in the database. Default is False

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
postgres.fields.django.postgres.forms.BaseRangeField.range_type
  • References/Python/Django/API/PostgreSQL specific model fields

range_type The psycopg2 range type to use.

2025-01-10 15:47:30
admin.AdminSite.index_title
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

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

delete() Performs an SQL delete query on all rows in the QuerySet and returns the number of objects deleted and

2025-01-10 15:47:30