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

exterior_ring An alias for shell.

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

HttpResponse.flush() This method makes an HttpResponse instance a file-like object.

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
views.generic.dates.DayMixin.get_day_format()
  • References/Python/Django/API/Date-based mixins

get_day_format() [source] Returns the

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

prefetch_related(*lookups) Returns a QuerySet that will automatically retrieve, in a single batch, related objects

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
forms.CharField
  • References/Python/Django/API/Forms/Form fields

class CharField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
User authentication in Django
  • References/Python/Django/Guides

Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. This section of the documentation explains how

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

class Perimeter(expression, **extra) Availability: PostGIS, Oracle, SpatiaLite (≥ 4.0) Accepts

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

exclude(**kwargs) Returns a new QuerySet containing objects that do not match the given lookup parameters

2025-01-10 15:47:30