macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

TypeError: #356

Closed imanaspaul closed 4 years ago

imanaspaul commented 5 years ago

File "C:\Users\MANASH\AppData\Local\Programs\Python\Python36\lib\site-packages\registration\models.py", line 189, in RegistrationProfile user = models.OneToOneField(UserModelString(), verbosename=('user')) TypeError: init() missing 1 required positional argument: 'on_delete'

joshblum commented 5 years ago

@imanaspaul what version of the library are you running? is this a duplicate of https://github.com/macropin/django-registration/issues/336 ?

macropin commented 4 years ago

Closing for now. Please feel free to reopen with more information.