From: Mathieu Boyé Date: Mon, 25 Jul 2016 12:39:32 +0000 (+0200) Subject: Fix process() error X-Git-Tag: search~2^2~24^2~1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2c12cb78a223ab6a17606f8864bbe530348c3622;p=telemeta.git Fix process() error Set version of sqlparse to 0.1.19 Used for debug_toolbar. Debug_toolbar with last version of debug_toolbar V1.3.2 doesn't work because of update sqlparse recently --- diff --git a/setup.py b/setup.py index 5852b3b7..6e28f1a1 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,8 @@ setup( 'django-environ', 'redis', 'Werkzeug', - 'django-dirtyfields' + 'django-dirtyfields', + 'sqlparse==0.1.19' ], tests_require=['pytest-django', 'pytest-cov', 'factory-boy'], # Provide a test command through django-setuptest