Re: Accelerated deprecation of fix_ampersands and clean_html

2014-02-23 Thread Alex Gaynor
For what it's worth, source graph is unable to find any callers of clean_html in OSS code (maybe github only?) either: https://sourcegraph.com/github.com/django/django/symbols/python/django/utils/html/clean_html Alex On Sun, Feb 23, 2014 at 2:15 PM, Erik Romijn wrote: > Dear all, > > I would l

Accelerated deprecation of fix_ampersands and clean_html

2014-02-23 Thread Erik Romijn
Dear all, I would like to propose the accelerated deprecation of the fix_ampersands built-in template filter, because in all use cases, it either simply does not work, or stimulates the user to create security vulnerabilities. In addition, I would like to deprecate django.utils.html.clean_html. T