[PodcastLists] use auto_now[_add]
commit24b02a4e144fe54fd6da61d45947d5f4483be083
authorStefan Kögl <stefan@skoegl.net>
Wed, 10 Sep 2014 11:18:48 +0000 (10 13:18 +0200)
committerStefan Kögl <stefan@skoegl.net>
Wed, 10 Sep 2014 11:18:48 +0000 (10 13:18 +0200)
tree65adefed589218290a352dafd1956ba47e16e159
parent8730c54c2c5250f904ff32f5f69de7642e717c1e
[PodcastLists] use auto_now[_add]

After all podcast lists and votes have been migrated, the created / modified
timestamps can be stored automatically; during the migration this would have
overwritten existing values.
mygpo/podcastlists/migrations/0002_updateinfomodel.py [new file with mode: 0644]
mygpo/podcastlists/models.py
mygpo/podcastlists/views.py
mygpo/votes/migrations/0002_updateinfomodel.py [new file with mode: 0644]
mygpo/votes/models.py