summaryrefslogtreecommitdiffstats
path: root/core/models_survex.py
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2019-03-31 15:39:53 +0100
committerSam Wenham <sam@wenhams.co.uk>2019-03-31 15:39:53 +0100
commit9cd8734947766637435ee0527725af3215c98e01 (patch)
treedfd69110a1af8ce3442c47f590bb129ee323a3f1 /core/models_survex.py
parentc8551991b20dd5d4a70048ea5ca1cbb96d0c3414 (diff)
downloadtroggle-9cd8734947766637435ee0527725af3215c98e01.tar.gz
troggle-9cd8734947766637435ee0527725af3215c98e01.tar.bz2
troggle-9cd8734947766637435ee0527725af3215c98e01.zip
Support html and wiki logbook entrys
Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
Diffstat (limited to 'core/models_survex.py')
-rw-r--r--core/models_survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models_survex.py b/core/models_survex.py
index f6b3284..ed581a3 100644
--- a/core/models_survex.py
+++ b/core/models_survex.py
@@ -225,4 +225,4 @@ class TunnelFile(models.Model):
class Meta:
ordering = ('tunnelpath',)
-
+