[PATCH 1/3] Force sqlparse < 0.2 for django-debug-toolbar

Stephen Finucane stephenfinucane at hotmail.com
Mon Aug 22 01:28:37 AEST 2016


On 21 Aug 15:13, Stephen Finucane wrote:
> On 09 Aug 14:38, Daniel Axtens wrote:
> > sqlparse 0.2 breaks django-debug-toolbar 1.4.
> > 
> > Sadly, django-debug-toolbar has an unversioned dependency, so
> > sqlparse 0.2 gets pulled in and django-debug-toolbar breaks.
> > 
> > django-debug-toolbar 1.5 unbreaks that, but breaks Django 1.7,
> > so we can't upgrade yet.

Thinking on this a little more, I think we should upgrade DDT to 1.5.
Django 1.7 is EOL, so while we test against it we certainly don't need
people working with it for development. I'll submit a patch to this
end.

> > Force sqlparse to be < 0.2 in requirements-test.txt
> > 
> > We'll need to revisit this eventually, but it should hold for a
> > while.
> > 
> > Signed-off-by: Daniel Axtens <dja at axtens.net>
> 
> Added a note in the requirements file, but otherwise:
> 
> Reviewed-by: Stephen Finucane <stephenfinucane at hotmail.com>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork


More information about the Patchwork mailing list