-
Notifications
You must be signed in to change notification settings - Fork 81
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
It's not possible to remove the URL for an organization or a project #537
Comments
I have investigated this issue and had to go through Django's innards. It seems the problem is more general and I believe this issue can be fixed by upgrading to Django 1.10 (released last August 1). The root cause is that in |
@seav I don't think we should upgrade Django for this Sprint 7 release, so I'm going to move it to Sprint 8. |
It seems that after upgrading to Django 1.9.11 (or even 1.9.10), this issue has been fixed. I can now clear out the URL for organizations and projects. |
Doesn't work on staging. |
That's weird. It indeed doesn't work now. But I'm sure it worked with v1.3.0-alpha.1. I wonder what changed. |
Resolved with upgrade to Django 1.10 |
Steps to reproduce the error
Actual behavior
See steps 3 and 5 above.
Expected behavior
It is expected that there is no URL displayed in the overview page, and editing it shows up blank.
Notes
Based on my testing and Googling, it seems that the
SimpleArrayField
andSplitArrayField
form fields cannot be made to set their correspondingArrayField
model field back to empty once it has some data.The text was updated successfully, but these errors were encountered: