-
Notifications
You must be signed in to change notification settings - Fork 248
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 on Pop-Up #19
Comments
looks like a 1.4 issue. I will test it with 1.4 and fix thanks for the report ! |
I've tested with 1.4 and I do not get this error. I wonder what else you have that causes this. are there any strange middlewares installed ? I tested with just the defaults |
i've got same problem here when i try to save value to field and then error pops up. Traceback: software: |
hi paveu, can you report if you have any middleware installed other than the defaults ? (if you don't know then the answer is probably that you just have the defaults) what is this: for some reason you have dhcp/mac_address appended to the URL |
hello, dhcp - is a name of application |
looks like there is some information and a workaround here: http://stackoverflow.com/questions/7655110/contentnotrenderederror-after-a-django-upgrade I will investigate further. I still haven't experienced the issue and cannot replicate it. |
in my opinion problem only occurs when you save second time the same value. |
interesting. is there anything else you can remember ? any little thought is helpful, thanks |
when i save unique value to field everyting is ok, there is no error, but if you save 2nd time same value error comes up. It's pretty much what happend. |
I finally figured it out. by "error" I thought you meant that it was throwing an error. I thought you were referring to the bug. but you mean "form validation error". that's when it happens, when it is trying to show the user that the user made an error. fixed, releasing soon. |
nice to have even when someone changed the job :) |
I have a ajax-select field, which has the option to add a value at it's right. The pop-up with the form opens, and I try to save it.
I there is an error while saving the data, then the following exception take place:
The text was updated successfully, but these errors were encountered: