summaryrefslogtreecommitdiffstats
path: root/news/migrations/0012_mark_old_news_safe_exempt.py
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Store 'safe_mode' attribute on news modelDan McGee1-0/+73
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>