Add a kind of trashbin for registrations and participants
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2020-12-03 11:47:41 +01:00
parent f2f0df3ab3
commit 94595f4785
13 changed files with 484 additions and 93 deletions

View File

@@ -5,3 +5,4 @@ from .eventflag import EventFlag
from .eventstatus import EventStatus
from .oneclickaction import OneClickAction
from .participant import Participant
from .trash import TrashedParticipant