Hi everyone

I got this error message "UnicodeDecodeError: 'cp949' codec can't decode 
byte 0xe2 in position 9735: illegal multibyte sequence" when I write some 
data on admin site with Django 2.2

This is simple database model like this

class Bookmark(models.Model):
    url = models.URLField(max_length=500)
    title = models.CharField(max_length=500)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ed4ecef3-b714-4be0-a000-c32a95aebe6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to