Issue 11: using is_authenticated rather than is_authenticated()
Status:  Fixed
Owner: ----
Closed:  Feb 2008
Reported by mand...@gmail.com, Feb 8, 2008
One thing I noticed was you use if user.is_authenticated: rather than if
user.is_authenticated(): in a bunch of places. I think the latter is
correct.  I'll supply a patch once the email notification is done unless
you get to it.
Feb 9, 2008
Project Member #1 rwpoul...@gmail.com
I have fixed this up, it was that way in two places in views.py. New revision 16 is
now in SVN.
Status: Fixed