Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sat, 29 Jan 2011 20:34:36 +0000 | Brian Neal | The home page was taking 27 seconds to load; 99% of the time was being spent in the new_posts template tag query. Reworked it a bit to be much more sane. |
Thu, 27 Jan 2011 03:00:16 +0000 | Brian Neal | For #142; remove some unused media directories. |
Thu, 27 Jan 2011 02:56:10 +0000 | Brian Neal | Fixing #142; cut over to the django.contrib.staticfiles app. |
Thu, 20 Jan 2011 04:40:14 +0000 | Brian Neal | Fix #146; use new class-based generic views as function-based generic views are now deprecated. |
Thu, 20 Jan 2011 04:03:48 +0000 | Brian Neal | Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3. |
Mon, 17 Jan 2011 04:00:59 +0000 | Brian Neal | Fixing #143; update to new cache settings. |
Sun, 16 Jan 2011 21:06:40 +0000 | Brian Neal | Fixing #141; cache badge ownership to reduce database hits when browsing forum topics. |