]> git.parisson.com Git - telemeta.git/commitdiff
fix approx_duration init, fix init password
authoryomguy <yomguy@parisson.com>
Tue, 3 Apr 2012 10:38:31 +0000 (12:38 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 3 Apr 2012 10:38:31 +0000 (12:38 +0200)
telemeta/models/system.py

index 90152dcbef04c5c8d556aa0f4ceaee244d61083f..4bb66b2c06aee5443783c493662c465b73d1be02 100644 (file)
@@ -87,7 +87,6 @@ class UserProfile(models.Model):
     address         = TextField(_('Address'))
     telephone       = CharField(_('Telephone'))
     expiration_date = DateField(_('Expiration_date'))
-    init_password   = BooleanField(_('Password initialization'))
 
     class Meta(MetaCore):
         db_table = 'profiles'