We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e6564 commit 6538f8dCopy full SHA for 6538f8d
openwisp_controller/config/base/whois.py
@@ -52,18 +52,6 @@ class AbstractWHOISInfo(TimeStampedEditableModel):
52
blank=True,
53
help_text=_("CIDR"),
54
)
55
- # latitude = models.FloatField(
56
- # null=True,
57
- # blank=True,
58
- # help_text=_("Latitude"),
59
- # validators=[MinValueValidator(-90.0), MaxValueValidator(90.0)],
60
- # )
61
- # longitude = models.FloatField(
62
63
64
- # help_text=_("Longitude"),
65
- # validators=[MinValueValidator(-180.0), MaxValueValidator(180.0)],
66
67
coordinates = PointField(
68
null=True,
69
0 commit comments