Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ City
Class
City
tests/gis_tests/geoapp/models.py:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
class
City(NamedModel):
25
point = models.PointField()
26
27
class
Meta:
28
app_label =
"geoapp"
29
30
31
# This is an inherited model from City
Callers
2
test_proxy
Method · 0.70
test_createnull
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_proxy
Method · 0.56
test_createnull
Method · 0.56