summaryrefslogtreecommitdiffstats
path: root/news/migrations/0011_auto__add_field_news_safe_mode.py
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Store 'safe_mode' attribute on news modelDan McGee1-0/+68
This lets us identify old news items that need to allow HTML through the markdown parser. For all new news items, we will disallow raw HTML. Signed-off-by: Dan McGee <dan@archlinux.org>