Changes between Version 1 and Version 2 of Ticket #29054


Ignore:
Timestamp:
Jan 23, 2018, 7:43:43 PM (6 years ago)
Author:
Lachlan Cannon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29054 – Description

    v1 v2  
    55    name = models.CharField(max_length=100)
    66
    7 class Localitymodels.Model):
     7class Locality(models.Model):
    88    name = models.CharField(max_length=100)
    99    location = models.PointField(geography=True)
Back to Top