Hi all, I was digging a problem where a "can't adapt" error is returned during a save of a new object.
Looking at the trace (http://www.e-den.it/misc/adapt.png) we perfectly see that the sql parameter is None even if the function that called it is: if db_values: cursor.execute("INSERT INTO %s (%s) VALUES (%s)" % \ (qn(self._meta.db_table), ','.join(field_names), ','.join(placeholders)), db_values) execure has this signature: def execute(self, sql, params=()) but sql seems to be none!!! I can't really understand how to interpret this. How can sql be None?? Look at the screenshot where all the elements have been captured. Any help is appreciated. This error happens only from computer on the same net. From another net the error does not happen. I can use an ssh tunnel (ssh -fNL) to force it to happen even from outside the net... I'm using django r7092 (pre qs-rf merge), apache 2 + mod_wsgi 1.3. sandro *:-) [I'll take any hint as a wedding gift, as I got married on Monday! For this same reason I'll get back to the list in a week after a little holiday ;-)] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---