diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2019-03-31 15:39:53 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2019-03-31 15:39:53 +0100 |
commit | 9df91b221b4992d29b90caa30ae5a417d5b750d0 (patch) | |
tree | dfd69110a1af8ce3442c47f590bb129ee323a3f1 /core/models_survex.py | |
parent | 64a4842dcbcbe10c5edb057c0000659f2809c1f9 (diff) | |
download | troggle-9df91b221b4992d29b90caa30ae5a417d5b750d0.tar.gz troggle-9df91b221b4992d29b90caa30ae5a417d5b750d0.tar.bz2 troggle-9df91b221b4992d29b90caa30ae5a417d5b750d0.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.py | 2 |
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',) - + |