Re: django-friends error: 'Permission' object has no attribute 'verified'

2009-10-14 Thread Zimok
Sorry the right line is if instance.verified: On Oct 14, 2:58 pm, "simonecare...@gmail.com" wrote: > Hi all, > > I'm trying to install django-friends into my project, but I get an > error while performing syncdb: > > File "/home/***/***/trunk/app/friends/models.py", line 208, in > new_user

django-friends error: 'Permission' object has no attribute 'verified'

2009-10-14 Thread simonecare...@gmail.com
Hi all, I'm trying to install django-friends into my project, but I get an error while performing syncdb: File "/home/***/***/trunk/app/friends/models.py", line 208, in new_user if instance.verified(): AttributeError: 'Permission' object has no attribute 'verified' I'm running on a Python2.