HassenPy / django-pdb

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

Django's copy of unittest is replaced with python's #32

Closed Sentient07 closed 8 years ago

Sentient07 commented 9 years ago

django.utils.unittest is deprecated and will be removed in Django 1.9, thus the change

tomchristie commented 8 years ago

Now resolved in #34.