Mercurial > public > sg101
log gpp/potd/models.py @ 535:4021ea1045f7
age | author | description |
---|---|---|
Sat, 31 Dec 2011 21:34:17 +0000 | Brian Neal | Adding import commands for the 1.0 POTD & comments. |
Sun, 25 Dec 2011 04:15:32 +0000 | Brian Neal | For #242, move the updating of the POTD sequence into a new signals module. |
Wed, 14 Dec 2011 02:41:15 +0000 | Brian Neal | For #194, convert the POTD management command to a celery task. |
Thu, 20 Oct 2011 01:00:19 +0000 | Brian Neal | For #233; add social media sharing buttons to the photo of the day app. |
Thu, 24 Feb 2011 03:45:50 +0000 | Brian Neal | Fixing #152; POTD was saving thumbnail every night and making tons of thumbnail directories all over. Also added thumbnail images in the admin. |
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. |