Mercurial > public > sg101
log gpp/forums/feeds.py @ 387:b15726767ab8
age | author | description |
---|---|---|
2011-03-19 | 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. |
2011-03-16 | 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. |
2010-03-15 | Brian Neal | Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf. |
2010-03-11 | Brian Neal | Implement ticket #59; update RSS feeds for Django 1.2. |
2010-02-11 | Brian Neal | Implement #52 Forums RSS feeds. |