class GenericIPAddressField(protocol='both', unpack_ipv4=False, **options) [source] An IPv4
class Sitemap [source] A Sitemap class can define the following methods/attributes:
http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method
class django.views.generic.edit.FormView A view that displays a form. On error, redisplays the form with validation errors;
fields The list of fields that should be used to validate the field’s value (in the order in which they are provided).
permissions Many-to-many field to Permission: group
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
tz() [source] If this processor is enabled, every RequestContext will contain
GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
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
Page 2 of 100