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=
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
2 matches
Mail list logo