Re: contrib.markup deprecation

2012-10-15 Thread Waylan Limberg
On Sat, Oct 13, 2012 at 1:34 PM, Luke Plant wrote: > Hi all, > > https://code.djangoproject.com/ticket/18054 > > I just came across this, and it seems slightly hasty. Most deprecations > of entire contrib modules would require some discussion on django-devs, > I would have thought. The most rec

Re: contrib.markup deprecation

2012-10-14 Thread ptone
On Saturday, October 13, 2012 10:35:10 AM UTC-7, Luke Plant wrote: > > Hi all, > > https://code.djangoproject.com/ticket/18054 > > I just came across this, and it seems slightly hasty. Most deprecations > of entire contrib modules would require some discussion on django-devs, > I would have t

Re: contrib.markup deprecation

2012-10-13 Thread Paul McMillan
My primary concerns are that we: A) do not ship vulnerable code B) do not bundle new external libraries C) do not make misleading assertions about the security of the solutions we do provide C was the primary motivator here - the python-markdown library does not seem to provide a mode where it is

contrib.markup deprecation

2012-10-13 Thread Luke Plant
Hi all, https://code.djangoproject.com/ticket/18054 I just came across this, and it seems slightly hasty. Most deprecations of entire contrib modules would require some discussion on django-devs, I would have thought. The filters provided by this module are probably widely used, and I think slig