Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sat, 03 Apr 2010 20:00:56 +0000 | Brian Neal | Implement #62, add support for CSRF protection. |
Sat, 03 Apr 2010 02:15:04 +0000 | Brian Neal | Implement #68: add a denormalized count field to weblinks Category model to reduce database queries. |
Sat, 03 Apr 2010 01:10:00 +0000 | Brian Neal | Implementing #67: use a denormalized count field on download categories to reduce database queries. |
Thu, 01 Apr 2010 02:01:33 +0000 | Brian Neal | Added select_related() to weblinks. |
Thu, 01 Apr 2010 01:57:01 +0000 | Brian Neal | Added some select_related's to downloads. |
Thu, 01 Apr 2010 01:39:37 +0000 | Brian Neal | Explicitly set session settings. Use the cache_db engine. Some minor tweaks to reduce some queries in forums. |
Wed, 31 Mar 2010 01:58:20 +0000 | Brian Neal | Adding support for the django debug toolbar. |