[PATCH 1/3] Force sqlparse < 0.2 for django-debug-toolbar
Stephen Finucane
stephenfinucane at hotmail.com
Mon Aug 22 00:13:24 AEST 2016
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.
>
> 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>
More information about the Patchwork
mailing list