google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

using is_authenticated rather than is_authenticated() #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by mand...@gmail.com on 8 Feb 2008 at 6:36

GoogleCodeExporter commented 9 years ago
I have fixed this up, it was that way in two places in views.py. New revision 
16 is
now in SVN.

Original comment by rwpoul...@gmail.com on 10 Feb 2008 at 12:44