From: yomguy Date: Thu, 27 Dec 2012 13:42:56 +0000 (+0100) Subject: bugfix X-Git-Tag: 0.9-probarreau~208 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6ee29ef06dc38cc08249eedcbc2bf2d71e580c5a;p=teleforma.git bugfix --- diff --git a/teleforma/models/pro.py b/teleforma/models/pro.py index a2337749..d7ad1bbf 100644 --- a/teleforma/models/pro.py +++ b/teleforma/models/pro.py @@ -237,7 +237,6 @@ class Auditor(models.Model): fax = models.CharField(_('Fax'), max_length=255, blank=True) expiration_date = models.DateField(_('Expiration_date'), blank=True, null=True) init_password = models.BooleanField(_('Password initialized')) - date_begin = models.DateTimeField(_('Begin date'), auto_now_add=True) def __unicode__(self): try: