(self)
| 115 | |
| 116 | @cached_property |
| 117 | def output_field(self): |
| 118 | return GeometryField(srid=self.source_expressions[0].field.srid) |
| 119 | |
| 120 | |
| 121 | class PostGISOperations(BaseSpatialOperations, DatabaseOperations): |
nothing calls this directly
no test coverage detected