jqb / django-settings

Application to keep simple settings in database. Based on the contenttype framework.
BSD 3-Clause "New" or "Revised" License
83 stars 47 forks source link

Encode unicode values before saving them to cache #9

Closed ygneo closed 11 years ago

ygneo commented 11 years ago

Since I'm using spanish strings, an UnicodeEncodeError exception was being thrown when saving values to cache.

jqb commented 11 years ago

Could you please paste some string examples here? I'll write tests for them so won't see them again. Thanks for your effort :)

ygneo commented 11 years ago

"Coño sin eñe es geometría"

"Anem a la caça d'espanyols"

"España es diferente"

I'd write the test myself, thanks to you!