Insensitivity of filtering to stressed chars

2009-04-23 Thread space0x42
HI all This is puzzling me: django 1.0 with a mysql database, innodb engine, database created with "character set utf8 collate utf8_general_ci." Filtering by object name is insensitive to stressed chars! EntityType.objects.get(name='sven') returns the same object of EntityType.objects.get(name=

Help needed: too complex for me

2008-08-20 Thread space0x42
Hi all I am quite new to phyton/django, so please be patient :) I've been put in charge to maintain a django package that has been developed for our company last year. I already fixed some bugs/issues, but there is a bug that goes beyond my limited knowledge of the framework. I already tried to