Hi! I have one mysqldb exception on insert or update in some model with message [1] and can not find it. Django does not catch and return generic error 500.
[1]: Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor object at 0x1dd56d50>> ignored I suspect that appears after a change in the properties of any table. Some idea for find? Is possible catch all exception commit-query's and logging the query? Thanks! Jordi. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---