gis.geos.GEOSGeometry.clone()
  • References/Python/Django/API/GEOS API

GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.

2025-01-10 15:47:30
Many-to-one relationships
  • References/Python/Django/Guides

To define a many-to-one relationship, use

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

max The maximum pixel value of the band (excluding the “no data” value).

2025-01-10 15:47:30
views.decorators.http.etag()
  • References/Python/Django/Guides

etag(etag_func) [source]

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.slug_field
  • References/Python/Django/API/Single object mixins

slug_field The name of the field on the model that contains the slug. By default, slug_field is 'slug'

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

class BaseDateDetailView [source]

2025-01-10 15:47:30
Conditional View Processing
  • References/Python/Django/Guides

HTTP clients can send a number of headers to tell the server about copies of a resource that they have already seen. This is commonly used when retrieving a Web page (using

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

class FilePathField(path=None, match=None, recursive=False, max_length=100, **options) [source] A

2025-01-10 15:47:30
auth.views.login()
  • References/Python/Django/Guides

login(request, template_name=`registration/login.html`, redirect_field_name='next', authentication_form=AuthenticationForm, current_app=None, extra_context=None, red

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

fields Returns a list of the names of each of the fields in this layer:

2025-01-10 15:47:30