Mercurial > public > sg101
log gpp/downloads/models.py @ 204:b4305e18d3af
age | author | description |
---|---|---|
Sat, 01 May 2010 21:53:59 +0000 | Brian Neal | Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled. |
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 01:57:01 +0000 | Brian Neal | Added some select_related's to downloads. |
Sun, 28 Mar 2010 21:41:11 +0000 | Brian Neal | Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments. |