-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appears to be incompatible with sqlparse version 0.2.0. #852
Comments
If someone feels like investigating how to update the DDT to work with sqlparse 0.2.0 that would be even better :-) |
they changed the api of filters, the stack-parameter does not exist in version 0.2.0, see |
+1. Upgrading my dev site today with DDT enabled made the site suddenly unusable. |
Well, that's funny haha |
@dirtycoder you was the first though :) |
Maybe also update minimum version of sqlparse>=0.2.0 in setup.py? |
@browniebroke good idea since it won't work with an old version anymore. I've updated PR accordingly. |
I don't see much sense in both of us doing the same stuff over and over so I'll close my PR. |
Fix #852, anyway this parameter never used
Sorry guys, I've forgot to mention this change in the release notes for sqlparse ;) |
we need to wait for a new release of django-debug-toolbar to use the new sqlparse: django-commons/django-debug-toolbar#852
Fix django-commons#852, anyway this parameter never used
I get the following exception and stack trace on every page I try to view:
I can workaround by forcing the version to 0.1.19 via
sqlparse==0.1.19
in the requirements file.
sqlparse 0.2.0 was released today
The text was updated successfully, but these errors were encountered: