On Wed, Jul 16, 2008 at 3:06 AM, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
> I strongly suspect that the problem here is MySQL - in particular, the > collation on your text field. There are certain default setups for > MySQL which will result in all text fields being case insensitive. > This doesn't just affect unique constraints - it affects case > sensitive matching as well. Not only default setups. See http://dev.mysql.com/doc/refman/5.0/en/charset-unicode-sets.html for available collations - all collations are case insensitive except the xxx_bin one. You can try in... Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---