﻿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
17576	Enclosing quotation marks for urlize.  (Or make urlize easier to override)	Tom Christie	Tom Christie	"urlize currently allows enclosing brackets.  It'd be good if it also allowed enclosing quotation marks. (eg. when calling urlize on JSON output.)

Two possible options:

1. Add single and double quote pairs to ` WRAPPING_PUNCTUATION` at https://github.com/django/django/blob/master/django/utils/html.py#L15
2. Add wrapping_punctation=WRAPPING_PUNCTUATION, trailing_punctuation=TRAILING_PUNCTUATiON arguments to `urlize` to make it possible to override the defaults.

I think either would be reasonable, and both trivial changes.
"	Bug	closed	Utilities	1.3	Normal	wontfix			Accepted	0	0	0	0	0	0
