HassenPy / django-pdb

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

Django 1.9 compatibility #34

Closed seddonym closed 8 years ago

seddonym commented 8 years ago

I've just noticed that this is basically a duplicate of the pull requests https://github.com/tomchristie/django-pdb/pull/32 and https://github.com/tomchristie/django-pdb/pull/31 - so feel free to reject this if you prefer accepting the other ones separately.

ramiroluz commented 8 years ago

+1

I rather like the try except than the if.

rpatterson commented 8 years ago

+1 also for the try/except rather than the if

DanLipsitt commented 8 years ago

Any chance of merging this?

rpatterson commented 8 years ago

Thanks @tomchristie. Do you think we can get a release with this in it?

tomchristie commented 8 years ago

Already done. 0.5.0

rpatterson commented 8 years ago

Ah, I only checked GitHub releases and the tags, not PyPI. Sorry!

rpatterson commented 8 years ago

@tomchristie The 0.5.0 tarball doesn't include the try/except that I see on master, so I think the wrong code got released.

tomchristie commented 8 years ago

0.5.1 now published - wanna check & confirm?

rpatterson commented 8 years ago

That did it, thanks!

tomchristie commented 8 years ago

Grand.