No problem... thank you and the community for this amazing piece of
work.
I gotta admit, this thing is pretty awesome and can't imagine the
amount of work it would have taken me if I tried to build something
like this from scratch.
another small bug (for ppl using Django 1.0.2 final)
line 1128 forum/views.py under user_stats
if settings.DJANGO_VERSION < 1.1:
I think that should be changed to '1.1' since settings.DJANGO_VERSION
will have (at least for me a string containing '1.0.2 final')
when you compare '1.0.2 final' < 1.1, it's going to be false whatever
the version it is. As a result, ppl with Django 1.1 version or higher
won't notice it.
cheers!
HS
On Aug 19, 10:10 am, Mike Chen <
cha...@gmail.com> wrote:
> Thanks for reporting this bug of django_authopenid.We'll fix this asap.
>
> Regards,
> -Mike