MCPcopy
hub / github.com/django/django / output_field

Method output_field

django/contrib/gis/db/backends/postgis/operations.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115
116 @cached_property
117 def output_field(self):
118 return GeometryField(srid=self.source_expressions[0].field.srid)
119
120
121class PostGISOperations(BaseSpatialOperations, DatabaseOperations):

Callers

nothing calls this directly

Calls 1

GeometryFieldClass · 0.90

Tested by

no test coverage detected