Hi everybody. I defined a model class, Book, whose field title may contain accented letters. But in the case, when the instruction save() is executed, I receive an error saying that "You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str)".
So. my question is: how can I use accented letters ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5b45c01a-aeed-4f2d-9fa6-bb168bad55a8n%40googlegroups.com.

