Changes between Initial Version and Version 1 of Ticket #36694


Ignore:
Timestamp:
Oct 28, 2025, 5:57:16 PM (14 hours ago)
Author:
Luciano de la Iglesia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36694 – Description

    initial v1  
    22
    33{{{
    4 class Foo(CustomModel):
     4class Foo(models.Model):
    55    location = geomodels.PointField(geography=True, spatial_index=False)
    66    is_current = models.BooleanField()
Back to Top