gis.gdal.OGRGeometry.boundary()

boundary() The boundary of this geometry, as a new OGRGeometry object.

http.HttpResponse.__getitem__()

HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.

gis.feeds.GeoRSSFeed

class GeoRSSFeed [source]

gis.geos.GEOSGeometry.equals()

GEOSGeometry.equals(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**FFF*.

db.models.Manager.raw()

Manager.raw(raw_query, params=None, translations=None) This method takes a raw SQL query, executes it, and returns a django.db.models.query.RawQuerySet instance. This RawQuerySet instance can be iterated over just like a normal QuerySet to provide object instances. This is best illustrated with an example. Suppose you have the following model: class Person(models.Model): first_name = models.CharField(...) last_name = models.CharField(...) birth_date = models.DateField(...) You c

test.runner.DiscoverRunner.teardown_databases()

DiscoverRunner.teardown_databases(old_config, **kwargs) Destroys the test databases, restoring pre-test conditions. old_config is a data structure defining the changes in the database configuration that need to be reversed. It is the return value of the setup_databases() method.

contenttypes.admin.GenericStackedInline

class GenericStackedInline Subclasses of GenericInlineModelAdmin with stacked and tabular layouts, respectively.

http.HttpResponse.flush()

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

db.models.Manager

class Manager [source] A Manager is the interface through which database query operations are provided to Django models. At least one Manager exists for every model in a Django application. The way Manager classes work is documented in Making queries; this document specifically touches on model options that customize Manager behavior.

apps.AppConfig.get_models()

AppConfig.get_models() [source] Returns an iterable of Model classes for this application.