Fix #65 #88

Merged
heinzel merged 5 commits from notify into master 2024-09-17 15:32:19 +02:00
Showing only changes of commit fb6e05aef4 - Show all commits

View File

@@ -259,7 +259,6 @@ class Event(models.Model):
def save(self, implicit_update=False, **kwargs):
creating = False
original_text = ''
if not self.id:
user_model = get_user_model()