--- profiles.py.orig 2008-10-17 13:20:13.000000000 +0200 +++ profiles.py 2008-10-17 14:28:34.000000000 +0200 @@ -853,7 +853,6 @@ (IGNORED, _('ignored')), ) - id = models.IntegerField(primary_key=True) account = models.ForeignKey('Account', db_column='accountid') time = models.DateTimeField(auto_now_add=True) phone = models.CharField(max_length=15)