#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)
Change History (3)
by , 14 years ago
Attachment: | IPython.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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).
Note:
See TracTickets
for help on using tickets.
ipython patch