db.models.GenericIPAddressField
  • References/Python/Django/API/Models/Model field reference

class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4

2025-01-10 15:47:30
sitemaps.Sitemap
  • References/Python/Django/API/contrib packages/The sitemap framework

class Sitemap [source] A Sitemap class can define the following methods/attributes:

2025-01-10 15:47:30
views.generic.base.View.http_method_not_allowed()
  • References/Python/Django/API/Built-in class-based views API/Base views

http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method

2025-01-10 15:47:30
views.generic.edit.FormView
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;

2025-01-10 15:47:30
forms.ComboField.fields
  • References/Python/Django/API/Forms/Form fields

fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).

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

permissions Many-to-many field to Permission: group

2025-01-10 15:47:30
Managing files
  • References/Python/Django/Guides

This document describes Django’s file access APIs for files such as those uploaded by a user. The lower level APIs are general enough that you could use them for other purposes

2025-01-10 15:47:30
template.context_processors.tz()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

tz() [source] If this processor is enabled, every RequestContext will contain

2025-01-10 15:47:30
gis.geos.GEOSGeometry.intersects()
  • References/Python/Django/API/GEOS API

GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.

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

This document explains how to output CSV (Comma Separated Values) dynamically using Django views. To do this, you can either use the Python CSV library or the Django template

2025-01-10 15:47:30