summaryrefslogtreecommitdiffstats
path: root/news/migrations
AgeCommit message (Expand)AuthorFilesLines
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee1-0/+37
2014-09-01Remove old south migrationsDan McGee12-814/+0
2012-12-28Populate the todolist slug field and mark non-nullDan McGee1-2/+2
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee1-2/+2
2012-10-31Store 'safe_mode' attribute on news modelDan McGee2-0/+141
2012-04-20Fix ContentType related migrationsDan McGee1-3/+8
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+65
2011-04-07Add some migrations to convert database to UTC timeDan McGee1-0/+85
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee2-0/+148
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee1-0/+4
2010-09-21Add migrations to populate the news slug and make it non-nullDan McGee2-0/+144
2010-09-21Add news slug fieldDan McGee1-0/+66
2010-09-14Add last modified date to newsDan McGee1-0/+73
2010-09-08Move news model to an appropriate placeDan McGee1-0/+62
2010-09-08Put news under south controlDan McGee2-0/+21