HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
394 stars 61 forks source link

package need to update for high ipdb version #50

Open pythonwood opened 4 years ago

pythonwood commented 4 years ago

File "/xx/lib/python3.6/site-packages/django_pdb/utils.py", line 15, in get_ipdb return ipdb.__main__.Pdb(def_colors) AttributeError: module 'ipdb.__main__' has no attribute 'Pdb'

test not ok when: pip install ipdb >=0.11

test ok when: pip install ipdb==0.10