diff options
Diffstat (limited to 'core/models.py')
-rw-r--r-- | core/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models.py b/core/models.py index a3bd832..c3d82b0 100644 --- a/core/models.py +++ b/core/models.py @@ -714,7 +714,7 @@ class NewSubCave(TroggleModel): return unicode(self.name) class QM(TroggleModel): - #based on qm.csv in trunk/expoweb/smkridge/204 which has the fields: + #based on qm.csv in trunk/expoweb/1623/204 which has the fields: #"Number","Grade","Area","Description","Page reference","Nearest station","Completion description","Comment" found_by = models.ForeignKey(LogbookEntry, related_name='QMs_found',blank=True, null=True ) ticked_off_by = models.ForeignKey(LogbookEntry, related_name='QMs_ticked_off',null=True,blank=True) |