Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ MinusOneSRID
Class
MinusOneSRID
tests/gis_tests/geoapp/models.py:83–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
class
MinusOneSRID(models.Model):
84
geom = models.PointField(srid=-1)
# Minus one SRID.
85
86
87
class
NonConcreteField(models.IntegerField):
Callers
1
test_lookup_insert_transform
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_lookup_insert_transform
Method · 0.68