From 94eebee8f6162b275b94f461873aeb87441e2bab Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 4 Mar 2020 20:35:23 +0000 Subject: appending version to caf name --- ctrack/caf/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrack/caf/models.py') diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py index 637ef92..2069612 100644 --- a/ctrack/caf/models.py +++ b/ctrack/caf/models.py @@ -76,4 +76,4 @@ class CAF(models.Model): def __str__(self): # Get the organisation and applicable system ass = ApplicableSystem.objects.filter(caf=self).first() - return f"CAF | {ass.organisation.name}" + return f"CAF | {ass.organisation.name}_v{self.version}" -- cgit v1.2.3