django-getpaid/django-plans

Add support for Substituting a custom User model

andresriancho opened this issue · 1 comments

https://docs.djangoproject.com/en/dev/topics/auth/customizing/#substituting-a-custom-user-model is not supported by django-plans, since it has hard-coded references to 'auth.User'.

This is fixed in #56