Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
Hello Noxxan, On Friday, November 18, 2011 8:57:53 AM UTC-8, Noxxan wrote: Django admin in my case is used very often, many people are using it, > and I'm wondering what can I do to catch I don't know about catching an unwanted change. How would Django be able to know that a changed value fr

Re: Select fields change their value without user interaction

2011-11-18 Thread Noxxan
Thanks for your answer, I also suspect browser (big tree, it happens randomly), but maybe there are other possibilities here. Django admin in my case is used very often, many people are using it, and I'm wondering what can I do to catch/reproduce this kind of problems, to react on them, because in

Re: Select fields change their value without user interaction

2011-11-18 Thread creecode
Hello Noxxan, One possible cause. Browser bugs. I was looking at a form the other day and I saw a field with a FK popup that didn't look right. Reloaded the webpage, same thing. Looked at the record via another route and the field was OK, Reloaded form in browser again. Still wrong. Rela

Select fields change their value without user interaction

2011-11-18 Thread Noxxan
Hi, I have a problem with large form in Django admin site. I have a model A with two inline models (B and C). Model B have some fields, and one of them is ForeignKey with another model (we can call it D). This field is displayed as HTML select field and have a lot of options (about 2k). I have re