log gpp/forums/feeds.py @ 396:63e4682d6482

age author description
Fri, 25 Mar 2011 00:39:17 +0000 Brian Neal Fixing grammar in a comment only.
Thu, 24 Mar 2011 00:15:34 +0000 Brian Neal Another try at #191 after getting some good advice in a django-users thread.
Wed, 23 Mar 2011 00:44:06 +0000 Brian Neal Another tweak to the forum feeds query; see #191.
Sat, 19 Mar 2011 05:03:51 +0000 Brian Neal For #191; r410 is wrong: it is returning the wrong posts. Rework. MySQL is not using an index on our query, and it is taking 10+ seconds. Replace this slow query with a loop that loops over the public forums, then sorts and returns the posts.