Re: "Illegal mix of collations": how to handle that?

2010-02-28 Thread jul
Ok, I'll change my database charset. Thanks On Feb 27, 1:06 pm, jul wrote: > hi, > > when submitting some characters in a charfield of a django form I get > the following error (e.g. when submitting 'ś') > > (1267, "Illegal mix of collations (latin1_swedi

Re: "Illegal mix of collations": how to handle that?

2010-02-27 Thread Karen Tracey
On Sat, Feb 27, 2010 at 7:06 AM, jul wrote: > hi, > > when submitting some characters in a charfield of a django form I get > the following error (e.g. when submitting 'ś') > > (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and > (utf8

Re: "Illegal mix of collations": how to handle that?

2010-02-27 Thread Nick Arnett
On Sat, Feb 27, 2010 at 4:06 AM, jul wrote: > hi, > > when submitting some characters in a charfield of a django form I get > the following error (e.g. when submitting 'ś') > > (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and > (utf8

"Illegal mix of collations": how to handle that?

2010-02-27 Thread jul
hi, when submitting some characters in a charfield of a django form I get the following error (e.g. when submitting 'ś') (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='") It seems that the character

Re: OperationalError (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='") Why

2008-05-19 Thread [EMAIL PROTECTED]
Make sure the columns themselves are set to UTF-8. On May 18, 4:13 am, coco <[EMAIL PROTECTED]> wrote: > Hi List, > > Django show this message to me: > > OperationalError at /champselysees/services/ > (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and

OperationalError (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='") Why

2008-05-18 Thread coco
Hi List, Django show this message to me: OperationalError at /champselysees/services/ (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='") Request Method: GET Request URL: http://www.champselysees.org/ch

Re: Illegal mix of collations

2007-03-27 Thread Atilla
> me > > OperationalError at /uploading/ > (1267, "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and > (utf8_general_ci,COERCIBLE) for operation '='") > Request Method: POST > Request URL: http://localhost:8000/uploading/ > Exception Typ

Illegal mix of collations

2007-03-26 Thread Gerard M
Hello dear django comunnity, Im having a bad time with my database in MySQL the problem is that when I try to store a word with some "rare" characters like á é í and many others, django shows this message to me OperationalError at /uploading/ (1267, "Illegal mix of collations (la