Deploy Django5 stuff on production #93

Merged
heinzel merged 11 commits from stage into production 2025-04-11 11:23:24 +02:00
Showing only changes of commit e29e741790 - Show all commits

View File

@@ -118,7 +118,7 @@ class ActionTestCase(EmailTestMixin, RoleMixin, EventMixin, TestCase):
' auf \'%(status)s\' gesetzt.') % {
'status': status_label,
# 'date': datetime.datetime.now().strftime('%d.%m.%Y %H:%M:%S'),
'date': '\d{2}\.\d{2}\.\d{4} \d{2}:\d{2}:\d{2}',
'date': r'\d{2}\.\d{2}\.\d{4} \d{2}:\d{2}:\d{2}',
'user': user.get_full_name(),
})
html = message.replace('\'', ''')