Use new method in admin

This commit is contained in:
Ludovic Stephan 2017-12-19 12:50:20 +01:00
parent 1783196a9c
commit 9a8773978c
2 changed files with 2 additions and 7 deletions

View file

@ -300,6 +300,7 @@ class SpectacleRevente(models.Model):
self.confirmed_entry.clear()
self.soldTo = None
self.notif_sent = False
self.notif_time = None
self.tirage_done = False
self.shotgun = False
self.save()