gis.gdal.Polygon
  • References/Python/Django/API/GDAL API

class Polygon shell Returns the shell or exterior

2025-01-10 15:47:30
sessions.backends.base.SessionBase.
  • References/Python/Django/Guides

__setitem__(key, value) Example: request.session['fav_color'] = 'blue'

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

class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but

2025-01-10 15:47:30
test.override_settings()
  • References/Python/Django/Guides

override_settings() [source] In case you want to override a setting for a test method, Django

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

class Sum(expression, output_field=None, **extra) [source] Computes the sum of all values

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

GenericIPAddressField.unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled

2025-01-10 15:47:30
Unicode data
  • References/Python/Django/API/Unicode data

Django natively supports Unicode data everywhere. Providing your database can somehow store the data, you can safely pass around Unicode strings to templates, models and the

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

origin Coordinates of the top left origin of the raster in the spatial reference system of the source, as a point object with

2025-01-10 15:47:30
db.models.Func.function
  • References/Python/Django/API/Models/Query Expressions

function A class attribute describing the function that will be generated. Specifically, the function will be interpolated

2025-01-10 15:47:30
auth.mixins.PermissionRequiredMixin
  • References/Python/Django/Guides

class PermissionRequiredMixin New in Django 1.9. This

2025-01-10 15:47:30