-
Notifications
You must be signed in to change notification settings - Fork 1.1k
debugsqlshell doesn't work with latest version of ipython #92
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
Comments
slackorama
added a commit
to slackorama/django-debug-toolbar
that referenced
this issue
Aug 9, 2011
… stopped working. Instead of copying and pasting, just import django.core.management.commands.shell.Command.
robhudson
added a commit
that referenced
this issue
Aug 9, 2011
Fix issue #92 -- import Django's shell.Command class rather than using an old copy.
Closing as this was fixed. |
ryneeverett
pushed a commit
to ryneeverett/django-debug-toolbar
that referenced
this issue
Oct 2, 2016
… stopped working. Instead of copying and pasting, just import django.core.management.commands.shell.Command.
ryneeverett
pushed a commit
to ryneeverett/django-debug-toolbar
that referenced
this issue
Oct 2, 2016
Fix issue django-commons#92 -- import Django's shell.Command class rather than using an old copy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pls see http://code.djangoproject.com/attachment/ticket/12735/django_shell.patch
for patch to make it work with current/old version of ipython.
The text was updated successfully, but these errors were encountered: