Re: Django-tagging weirdness (noob question)

2007-10-10 Thread James Bennett
On 10/9/07, coffeeho <[EMAIL PROTECTED]> wrote: > As a CharField, there's no problem. When I changed it to get the > sexier ManyToManyField it got weird. The tags appear and transfer > between fields (in admin view) and save in the link like they should, > but they do not appear in the tagging

Re: Django-tagging weirdness (noob question)

2007-10-10 Thread coffeeho
I'm using version 0.96. On Oct 9, 8:55 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 10-Oct-07, at 7:15 AM, coffeeho wrote: > > > I'm trying to implement the django-tagging app. My "links" app has a > > tags field. > > could you clarify which version of django you are using > > -- > >

Re: Django-tagging weirdness (noob question)

2007-10-09 Thread Kenneth Gonsalves
On 10-Oct-07, at 7:15 AM, coffeeho wrote: > I'm trying to implement the django-tagging app. My "links" app has a > tags field. could you clarify which version of django you are using -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/

Django-tagging weirdness (noob question)

2007-10-09 Thread coffeeho
Greetings (please forgive me - I'm well past my coffee buzz) I'm trying to implement the django-tagging app. My "links" app has a tags field. As a CharField, there's no problem. When I changed it to get the sexier ManyToManyField it got weird. The tags appear and transfer between fields (in