-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Reverse for 'avatar_change' not found #240
Comments
I fixed the issue after discovering that indeed the I made the changed in url calls in my code and that fixed it. I opened the ticket to report that your documentation is out of sync with the application changes. |
What did you do to fix it? |
Change log 8.0 says |
Sorry for the delay in responding. I did precisely what georgemahnuson wrote above. I changed it to {% url 'avatar:change' %} |
My code had been working fine since long with this package in django but suddenly, it has stopped with the following message.
Reverse for 'avatar_change' not found. 'avatar_change' is not a valid view function or pattern name.
I verified, all is setup correctly. Look like the problem is in this code:
href="{% url 'avatar_change' %}"
I noticed the
django-avatar
code was changed 2 weeks ago to fix the references. Could that be causing it?The text was updated successfully, but these errors were encountered: