gis.gdal.SpatialReference.inverse_flattening

inverse_flattening Returns the inverse flattening of the ellipsoid for this spatial reference.

auth.models.User.has_perms()

has_perms(perm_list, obj=None) Returns True if the user has each of the specified permissions, where each perm is in the format "<app label>.<permission codename>". If the user is inactive, this method will always return False. If obj is passed in, this method won’t check for permissions for the model, but for the specific object.

postgres.forms.SplitArrayField.base_field

base_field This is a required argument. It specifies the form field to be repeated.

core.paginator.Page.object_list

Page.object_list The list of objects on this page.

utils.feedgenerator.RssUserland091Feed

class RssUserland091Feed(RssFeed) [source] Spec: http://backend.userland.com/rss091

gis.gdal.OGRGeometry.intersection()

intersection() Returns the region consisting of the intersection of this geometry and the other, as a new OGRGeometry object.

db.models.Field.value_to_string()

value_to_string(obj) [source] Converts obj to a string. Used to serialize the value of the field. See Converting field data for serialization for usage. When using model forms, the Field needs to know which form field it should be represented by:

core.validators.MaxLengthValidator

class MaxLengthValidator(max_length, message=None) [source] Raises a ValidationError with a code of 'max_length' if the length of value is greater than max_length.

views.generic.edit.ModelFormMixin.form_valid()

form_valid(form) Saves the form instance, sets the current object for the view, and redirects to get_success_url().

http.HttpResponse.closed

HttpResponse.closed True if the response has been closed.