gis.gdal.Layer.get_fields()
  • References/Python/Django/API/GDAL API

get_fields() A method that returns a list of the values of a given field for each feature in the layer:

2025-01-10 15:47:30
views.decorators.csrf.csrf_protect()
  • References/Python/Django/API/Cross Site Request Forgery protection

csrf_protect(view) Decorator that provides the protection of CsrfViewMiddleware to a view.

2025-01-10 15:47:30
gis.db.models.functions.AsGML
  • References/Python/Django/API/Geographic Database Functions

class AsGML(expression, version=2, precision=8, **extra) Availability: Oracle, PostGIS, SpatiaLite

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

QueryDict.items() Just like the standard dictionary items() method, except this uses the same last-value logic

2025-01-10 15:47:30
db.models.functions.Now
  • References/Python/Django/API/Models/Database Functions

class Now [source] New in Django 1.9.

2025-01-10 15:47:30
gis.db.models.functions.Length
  • References/Python/Django/API/Geographic Database Functions

class Length(expression, spheroid=True, **extra) Availability: MySQL, Oracle, PostGIS, SpatiaLite

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

prefix The

2025-01-10 15:47:30
views.generic.base.TemplateResponseMixin
  • References/Python/Django/API/Simple mixins

class django.views.generic.base.TemplateResponseMixin Provides a mechanism to construct a

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

ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link

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

keep_lazy(func, *resultclasses) [source] New

2025-01-10 15:47:30