Various bugfixes

This commit is contained in:
Ludovic Stephan 2017-07-15 21:22:15 +02:00
parent 26c02df53d
commit 6f158638bf
4 changed files with 20 additions and 3 deletions

View file

@ -7,6 +7,11 @@ from communication.models import Commentable, Notifying
class Event(Commentable):
commentable_model = models.OneToOneField(
Commentable,
related_name="event_model",
parent_link=True
)
title = models.CharField(
_("nom de l'évènement"),
max_length=200,