fix reinit

This commit is contained in:
Ludovic Stephan 2016-10-06 14:26:47 +02:00
parent 5e848e4442
commit 7ec6d23987
3 changed files with 5 additions and 2 deletions

View file

@ -223,6 +223,7 @@ class SpectacleRevente(models.Model):
answered_mail = models.ManyToManyField(Participant,
related_name="wanted",
blank=True)
seller = models.ForeignKey(Participant,
related_name="original_shows",
verbose_name="Vendeur")