test.Response
  • References/Python/Django/Guides

class Response client The test client that was used to make the request that

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

has_perm(perm, obj=None) Returns True if the user has the specified permission, where perm is in the format "<app

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
gis.gdal.GDALBand.pixel_count
  • References/Python/Django/API/GDAL API

pixel_count New in Django 1.9. The total

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

make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template

2025-01-10 15:47:30
gis.widgets.OpenLayersWidget
  • References/Python/Django/API/GeoDjango Forms API

class OpenLayersWidget This is the default widget used by all GeoDjango form fields. template_name is gis/openlayers

2025-01-10 15:47:30
gis.db.models.LineStringField
  • References/Python/Django/API/GeoDjango Model API

class LineStringField

2025-01-10 15:47:30
gis.db.models.Extent
  • References/Python/Django/API/GeoQuerySet API Reference

class Extent(geo_field) Availability: PostGIS, Oracle, SpatiaLite Returns the extent

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

deactivate() [source] Deactivates the currently active translation object so that further

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