HassenPy / django-pdb

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

Does not work with Django 1.7 #20

Closed blueyed closed 9 years ago

blueyed commented 10 years ago

The order of loading the management commands changed: https://docs.djangoproject.com/en/dev/releases/1.7/#management-commands-and-order-of-installed-apps

This probably also means that the internal commands get registered first.

pashinin commented 10 years ago

Also have the problem with 1.7:

File "/pyenvs/p3/lib/python3.4/site-packages/django_pdb/management/__init__.py", line 2, in <module>
    from django.core.management import find_commands, find_management_module
ImportError: cannot import name 'find_management_module'
tomchristie commented 10 years ago

Okay, I'm not using this package these days, so it's either going to need someone else to look into fixing it (in a backwards compatible manner) or else I guess it'll move into not-supported.

blueyed commented 9 years ago

For reference: this was fixed/addressed in https://github.com/tomchristie/django-pdb/commit/c1193e676ffe65ec82d34040653859131a458708.