﻿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
22033	'Model' object has no attribute 'replace'	strelnikovdmitrij	nobody	"..dev/django/django/utils/html.py in escape

def escape(text):
    """"""
    Returns the given text with ampersands, quotes and angle brackets encoded for use in HTML.
    """"""
    return mark_safe(force_text(text).replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;').replace('""', '&quot;').replace(""'"", '&#39;')) ...
escape = allow_lazy(escape, six.text_type)

local vars
Variable	Value
text	
Error in formatting: coercing to Unicode: need string or buffer, Object found"	Bug	closed	Utilities	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
