Merge branch 'master' into Kerl/use_django_custommail

This commit is contained in:
Martin Pépin 2017-01-13 01:02:01 +01:00
commit 993b8ae87b
968 changed files with 9176 additions and 79623 deletions

View file

@ -48,7 +48,6 @@ class CategorieSpectacle(models.Model):
verbose_name = "Catégorie"
@python_2_unicode_compatible
class Spectacle(models.Model):
title = models.CharField("Titre", max_length=300)
category = models.ForeignKey(CategorieSpectacle, blank=True, null=True)