标签: python django python-2.7 bleach
我不想在对文本进行消毒时不转换'&'并保持原样。目前,它已转换为“&amp”
import bleach bleach.clean('&') Out[6]: u'&'