Closed doukasd closed 1 year ago
Hmm, I just did the following:
pip uninstall django-rest-registration
rest_registration
folder from master
into my projectAnd now the endpoint works. So maybe this is not a code issue but a release issue with version django-rest-registration==0.8.0
Hi @doukasd, thanks for raising the issue.
It is possible that your issue was already fixed via #215 / #216 .
I'm gonna release new version soon (0.8.1) which will contain the fix.
@doukasd I've just released new version v0.8.1. Could you double-check if the same problem persist with the latest version?
Yes @apragacz it seems that verify-registration
works now on 0.8.1. I tested locally.
I will deploy to our dev
environment so it will be tested by everyone. So if I don't report back in a few days that it is broken, you can assume it's fixed.
(I will close this ticket and re-open it if any issues come up).
Checklist
Optional checklist
Describe the bug
On the latest stable version of Django, DRF and this package, registration verification does not work. When I try to access the
verify-registration
endpoint, I get this error:Expected behavior
Instead I would expect that API view not to throw an error.
Actual behavior
Error is thrown and endpoint is broken, meaning the whole registration flow is blocked.
Steps to reproduce
Steps to reproduce the behavior:
django
,djangorestframework
anddjango-rest-registration
on python 3.9/api/v1/accounts/verify-registration/
endpoint and observe than an error is shownDiagnostic info
My
settings.py
:Additional context
Using these versions of the frameworks (currently the stable defaults)
Full pip freeze dump of the new project I made to verify this: