Améliortion commentaires
This commit is contained in:
@@ -859,7 +859,7 @@ class Event(models.Model):
|
|||||||
def save(self, *args, **kwargs):
|
def save(self, *args, **kwargs):
|
||||||
self.prepare_save()
|
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 (
|
if (
|
||||||
self.pk is None
|
self.pk is None
|
||||||
and self.other_versions is None
|
and self.other_versions is None
|
||||||
|
|||||||
Reference in New Issue
Block a user