Private
Public Access
1
0

some refinements

This commit is contained in:
Sander Roosendaal
2021-10-08 17:11:23 +02:00
parent d526646410
commit 03edc5a57f
5 changed files with 7 additions and 6 deletions

View File

@@ -3453,7 +3453,7 @@ class VirtualRaceResult(models.Model):
return False
if self.race is None and other.race is not None:
return False
if self.rae is not None and other.race is None:
if self.race is not None and other.race is None:
return False
if self.race != other.race:
return False