2
0
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:
2025-10-31 22:32:14 +02:00
parent c6647907e5
commit 7bbc413902
6 changed files with 92 additions and 37 deletions

View File

@@ -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",)