﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23239	missleading info concerning contrib.markup	anonymous	nobody	"regards documentation of django.contrib.markup for django 1.3, 1.4 and 1.5 as found under https://docs.djangoproject.com/en/1.3/ref/contrib/markup/

the pages section regarding the useage of the 'markdown filter tag"" and its safety states:
""To enable both options [ “safe_mode” and “enable_attributes”] in tandem, the markdown filter supports the “safe” argument.""

as ""enable"" will most likly be understood as ""set to true"" the sentence above is false. using the ""safe"" argument will lead to <enable_attributes=False> (which is the safe setting however).

possible rephrasing:
""The Python Markdown library supports options named “safe_mode” and “enable_attributes”. Both relate to the security of the output. To use the **safety-settings of** both options in tandem, the markdown filter supports the “safe” argument."""	Bug	closed	Documentation	1.4	Normal	fixed			Unreviewed	1	0	0	0	1	0
