Mercurial > public > sg101
log gpp/forums/feeds.py @ 387:b15726767ab8
age | author | description |
---|---|---|
Sat, 19 Mar 2011 01:52:41 +0000 | Brian Neal | Fixing #191; terrible performance on the combined forums RSS feed query. Use an .extra() clause to force the WHERE on a query to use the primary key. |
Wed, 16 Mar 2011 02:13:38 +0000 | Brian Neal | For #187; tune forums RSS settings. Set TTL to 1 hour; return 30 forum posts instead of 10; cache feed for 15 minutes instead of an hour. |
Mon, 15 Mar 2010 03:26:38 +0000 | Brian Neal | Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf. |
Thu, 11 Mar 2010 02:34:07 +0000 | Brian Neal | Implement ticket #59; update RSS feeds for Django 1.2. |
Thu, 11 Feb 2010 02:29:03 +0000 | Brian Neal | Implement #52 Forums RSS feeds. |