Hello folks! I have see very strange problem in both 0.91 and 0.95 django both with mod_python and django-admin.py.
Manipulator's class EditZone build form and handle Zone object. Form has "instances" field (SelectField type) which have build from Zone.instance.clients.instance_set.all(). Also form have "Change client" link which have changed Zone.instance and refreshed parent window with EditZone form. But after changing client on "Change client" (and client has changed!), EditZone form still invariable until apache or django-admin.py reload. In debug log I'm see also very strange things (I'm pressing Enter in tail -f for more clear output): edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] edit_zone: [('27', 'rypik: \xc1\xe0\xe7\xee\xe2\xfb\xe9 (250)')] First line displayed after first visiting page (and I'm pressing Enter after opening ones) Next groups of lines with "edit_zone" displayed after pressing "Refresh" button in browser. Don't known why it is may happens! Can anybody look for this error? Test code and data may be downloaded from http://hosting.svr.net.ua/~ad/test.tgz Only create database, load data via psql and change settings.py for paths and DB name/login/password -- Andrew Degtiariov DA-RIPE --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---