HassenPy / django-pdb

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

Deprecation warning of removal of django's unittest module from django 1.9 #33

Closed Sentient07 closed 8 years ago

Sentient07 commented 9 years ago

I get the following deprecation warning while using Django 1.8 , django.utils.unittest will be removed in Django 1.9

seddonym commented 8 years ago

I've created a pull request for this, and the issue with importlib, here: https://github.com/tomchristie/django-pdb/pull/34

tomchristie commented 8 years ago

Close via #34. Thanks @seddonym and apologies for the long delay!