Mercurial > public > sg101
log gpp/potd/models.py @ 546:0d007c8c4851
age | author | description |
---|---|---|
2011-12-31 | Brian Neal | Adding import commands for the 1.0 POTD & comments. |
2011-12-25 | Brian Neal | For #242, move the updating of the POTD sequence into a new signals module. |
2011-12-14 | Brian Neal | For #194, convert the POTD management command to a celery task. |
2011-10-20 | Brian Neal | For #233; add social media sharing buttons to the photo of the day app. |
2011-02-24 | 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. |
2010-03-28 | Brian Neal | Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments. |