Django-nonrel + Django-registration problem: unexpected keyword argument 'uidb36' when resetting password
问题 I'm using Django-nonrel with registration app. Things seem to be working fine, except when I try to reset my password. When clicking on reset-password link sent to me in email, Django produces error message: password_reset_confirm() got an unexpected keyword argument 'uidb36' My question: has anybody seen it and knows what's the cure? EDIT: The problem is caused by registration\auth_urls.py - they duplicate entries in django\contrib\auth\urls.py, circumwenting patched version of the file in