Améliortion commentaires
This commit is contained in:
parent
defb6ccfad
commit
11790f0200
@ -859,7 +859,7 @@ class Event(models.Model):
|
||||
def save(self, *args, **kwargs):
|
||||
self.prepare_save()
|
||||
|
||||
# check for similar events if no duplicated is known only if the event is created
|
||||
# check for similar events if no duplicated is known and only if the event is created
|
||||
if (
|
||||
self.pk is None
|
||||
and self.other_versions is None
|
||||
|
Loading…
x
Reference in New Issue
Block a user