acangiani / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
1 stars 0 forks source link

Unicode Decode Error #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When saving a Tag direclty within the Admin, I´m getting an "Unicode Decode
Error". I know that I should save a Tag using a related Model.
Neverthelesse, it should be possible to save a Tag directly (without
getting an error).

I´m using the latest svn-version as well as djangos current trunk.

Original issue reported on code.google.com by sehmaschine on 4 Nov 2008 at 12:19

GoogleCodeExporter commented 9 years ago
Hi, I don't have this problem as my TagField doesn't even exist in the Admin 
interface. I am using the latest django-tagging and django trunk version. I 
have read 
the overview.txt and still couldn't figure out why the tags are missing in the 
admin 
interface.

Original comment by waifun...@gmail.com on 12 Nov 2008 at 6:22