summaryrefslogtreecommitdiffstats
path: root/devel/migrations/0008_auto__add_field_userprofile_last_modified.py
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee1-1/+3
When running tests, we can find old migrations that didn't use datetime objects with timezones attached. Signed-off-by: Dan McGee <dan@archlinux.org>
2012-06-21Add a last_modified field to user profilesDan McGee1-0/+108
A behind the scenes field that might be slightly useful. Signed-off-by: Dan McGee <dan@archlinux.org>