Help needed debugging a weird MySQL error!

2008-12-08 Thread taleinat
I have a Django application, and I wrote an external script which reads and writes to the Django database. I've started getting the following exception consistently: Exception _mysql_exceptions.ProgrammingError: (2014, "Commands out of sync; you can't run this command now") in > ignored Has

Including ForeignKey fields in the Admin search

2008-04-10 Thread taleinat
Hi all, I want the search in the admin site to search in reverse ForeignKey related objects' text fields. I know similar issues have been brought up before but I haven't found anything that quite fits my situation. I've tried searching quite a bit and asking on #django but haven't found any