HassenPy / django-pdb

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

adjust middleware to support django 1.10 #38

Closed HassenPy closed 7 years ago

HassenPy commented 7 years ago

use MiddlewareMixin to support django 1.10 middleware style and older. hmm, i'll be happy to help maintain this project, not sure if i qualify thou... :sweat_smile:

reference: https://docs.djangoproject.com/en/1.10/topics/http/middleware/#upgrading-middleware

Fxlr8 commented 7 years ago

merge pls

tomchristie commented 7 years ago

I don't use this project anymore. I'm happy to transfer the repo & pypi package ownership to someone else.

HassenPy commented 7 years ago

@tomchristie, i'm interested

lhaze commented 7 years ago

Has the transfer offer come to any conclusion? This pull request deserves merging.

HassenPy commented 7 years ago

nope, until someone takes ownership, you can install from my fork:
pip install git+https://github.com/HassenPy/django-pdb

tomchristie commented 7 years ago

@HassenPy Okey doke - let me know your pypi username and I'll see about getting it sorted.

HassenPy commented 7 years ago

same as this one, HassenPy

tomchristie commented 7 years ago

@HassenPy Okay, you have pipy maintainer status now. You'll need to delete your existing fork before I can transfer the repo.

HassenPy commented 7 years ago

done :)

tomchristie commented 7 years ago

@HassenPy GitHub transfer request sent.

HassenPy commented 7 years ago

@tomchristie , done, thanks :)

tomchristie commented 7 years ago

👍 Cheers!