I have a problem I am trying to troubleshoot, specifically on the newforms-admin branch, latest revision as of this afternoon.
The trouble is in an Inline, which contains MultiWidgets assigned two MultipleValueFields. In this case, it is a Bible reference being displayed as a select, and two text fields, which is compressed to a serial number representing a specific single verse. I can create new Inline records. I can delete them. They display properly. But when I try to change the Inline record, the admin reports that the record has been saved, but it never actually gets saved to the DB (postgresql in this case). I go back into the record, and it has not changed. I could delete the record, and replace it with a corrected one, but I cannot change it. Evidently, somewhere along the line, the code is not detecting a change in the value of the field. I am trying to figure out where. I can set breakpoints in my site, and they trigger properly when I am running my own views. But my breakpoints NEVER trigger when I am running the admin. This is true even of code that I know has to be called, like the decompress method of the MultiWidget which is called to display my Inline. Yes, I am passing "runserver --noreload" as the program arguments to manage.py in Eclipse. -- Martin Diers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---