Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14892 closed (fixed)

python manage.py shell

Reported by: Matt Harasymczuk Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords: core shell ipython
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django svn breaks compatibility with svn version of ipython
my patch fix this
at least for my mac os x 10.6.5

Attachments (1)

IPython.patch (1.1 KB ) - added by Matt Harasymczuk 13 years ago.
ipython patch

Download all attachments as: .zip

Change History (3)

by Matt Harasymczuk, 13 years ago

Attachment: IPython.patch added

ipython patch

comment:1 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

(In [14895]) Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (development) version in the shell management command and added a hook to implement additional shell runners (by subclassing django.core.management.commands.shell.Command, extending the shells attribute and implement a method with the same name).

comment:2 by Jannis Leidel, 13 years ago

(In [14910]) [1.2.X] Fixed #12735 and #14892 -- Fixed support for the latest IPython (development) version in the shell management command.

Backport from trunk (r14895).

Note: See TracTickets for help on using tickets.
Back to Top