On Fri, Apr 24, 2009 at 12:24 AM, space0x42 wrote:
>
> 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(
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=
2 matches
Mail list logo