Field.is_relation Boolean flag that indicates if a field contains references to one or more other models for its functionality
Field.help_text Extra “help” text to be displayed with the form widget. It’s useful for documentation even if your field isn’t
url(regex, view, kwargs=None, name=None) [source] urlpatterns should be a list
prefetch_related(*lookups) Returns a QuerySet that will automatically retrieve, in a single batch, related objects
class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.
class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference
GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification
get_slug_field() Returns the name of a slug field to be used to look up by slug. By default this simply returns the value of
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
ForeignKey.related_name The name to use for the relation from the related object back to this one. It’s also the default value
Page 38 of 100