Re: MySQLdb Exceptions

2009-06-11 Thread Frédéric Hébert
Hi, have you an access to your mysql server config file ? In that case, you could enable logging : To see the current variables values type mysqld --verbose --version in a shell prompt. Search for log* variables. If log is set to false see link below "The general query log is a general record o

MySQLdb Exceptions

2009-06-11 Thread jrivero
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 > ignored I suspect that appears after a change in the propert