views.decorators.debug.sensitive_variables()
  • References/Python/Django/Guides: How-tos

sensitive_variables(*variables) [source] If a function (either a view or any regular callback)

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

count() Returns an integer representing the number of objects in the database matching the QuerySet. The count()

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

HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation

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

GeoQuerySet.svg(**kwargs) Deprecated since version 1.9: Use the

2025-01-10 15:47:30
Outputting PDFs with Django
  • References/Python/Django/Guides: How-tos

This document explains how to output PDF files dynamically using Django views. This is made possible by the excellent, open-source

2025-01-10 15:47:30
postgres.search.SearchRank
  • References/Python/Django/API/Full text search

class SearchRank(vector, query, weights=None) [source] So far, we’ve just returned the results

2025-01-10 15:47:30
forms.URLInput
  • References/Python/Django/API/Forms/Widgets

class URLInput [source] Text input: <input type="url" ...>

2025-01-10 15:47:30
auth.validators.UnicodeUsernameValidator
  • References/Python/Django/API/contrib packages/django.contrib.auth

class validators.UnicodeUsernameValidator New in Django 1.10.

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

groups Many-to-many relationship to Group

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

centroid Returns a Point representing the centroid of this polygon.

2025-01-10 15:47:30