mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:28:23 +00:00
cartesian survex blocks now handled
This commit is contained in:
@@ -203,7 +203,7 @@ class SurvexFix(models.Model):
|
||||
But this does not include the virtual *fix locations which are
|
||||
in locations.py
|
||||
"""
|
||||
objects = SurvexBlockLookUpManager() # overwrites Survexfix.objects and enables lookup()
|
||||
objects = SurvexBlockLookUpManager() # overwrites Survexfix.objects and enables lookup() but is this a mistake, Block?
|
||||
name = models.CharField(max_length=100)
|
||||
class Meta:
|
||||
ordering = ("name",)
|
||||
|
||||
Reference in New Issue
Block a user