From 6ee29ef06dc38cc08249eedcbc2bf2d71e580c5a Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 27 Dec 2012 14:42:56 +0100 Subject: [PATCH] bugfix --- teleforma/models/pro.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.39.5