django-getpaid/django-plans

NoReverseMatch at /admin/plans/userplan/19/

andresriancho opened this issue · 2 comments

I'm using django-suit and I'm getting this error when I try to modify any user's plan:

Reverse for 'auth_user_change' with arguments '(3,)' and keyword arguments '{}' not found

The user exists, the plan exists, etc. The bug, if any, seems to come from this line in django-plans code. Any ideas on how I could adapt this to work with django-suit? A workaround would be to remove that feature... but wouldn't like to do it that way.

Hi @andresriancho,
Could you please tell me the steps to reproduce this issue? I haven't found a way to generate your error yet. Thx

Closing due to inactivity