Changes between Initial Version and Version 1 of Ticket #36694
- Timestamp:
- Oct 28, 2025, 5:57:16 PM (14 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36694 – Description
initial v1 2 2 3 3 {{{ 4 class Foo( CustomModel):4 class Foo(models.Model): 5 5 location = geomodels.PointField(geography=True, spatial_index=False) 6 6 is_current = models.BooleanField()