flebel / django-tagging

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

TagField does not work correctly in admin app #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, Jonathan:

I added a TagField in my model, in the admin site I do see a "Tags" field
for it. But if I put in "keyword" (without the quotes), and save the
object, and check it again in admin site, in the "Tags" field I get this:

[<Tag: keyword>]>, <Tag: [<Tag:>]

If I put in "my keyword" (with the quotes), I get the following:

[<Tag: keyword>]>, <Tag: my>, <Tag: [<Tag:>]

I wonder whether you can take a look of this. Thanks a lot.

I am using the latest (svn-132) version.

Wanrong

Original issue reported on code.google.com by wanrong....@gmail.com on 3 Feb 2008 at 4:08

GoogleCodeExporter commented 9 years ago
Think this is the same as issue 95

Original comment by oyvind.s...@gmail.com on 25 Feb 2008 at 4:59

GoogleCodeExporter commented 9 years ago
I am getting the same thing.

The trick in issue 95 gets around this problem.

Original comment by crucialf...@gmail.com on 22 May 2008 at 7:44

GoogleCodeExporter commented 9 years ago
I'm going to assume those who have looked more deeply into this are correct. 
Issue 95 was resolved in r174.

Original comment by bros...@gmail.com on 22 Jan 2010 at 9:58