Re: Issue with django-tagging 0.3 (svn) with models definition

2008-07-09 Thread Nicolas Steinmetz
Nicolas Steinmetz wrote: > On Jul 9, 11:10 am, "Marek Stępniowski" <[EMAIL PROTECTED]> > wrote: > >> It seems you are running into one of django-tagging quirks. >> See issue #95 >> [http://code.google.com/p/django-tagging/issues/detail?id=95]. > > Oh thanks I missed this issue. I'll test it thi

Re: Issue with django-tagging 0.3 (svn) with models definition

2008-07-09 Thread Nicolas Steinmetz
On Jul 9, 11:10 am, "Marek Stępniowski" <[EMAIL PROTECTED]> wrote: > It seems you are running into one of django-tagging quirks. > See issue #95 [http://code.google.com/p/django-tagging/issues/detail?id=95]. Oh thanks I missed this issue. I'll test it this evening. Regards, Nicolas --~--~-

Re: Issue with django-tagging 0.3 (svn) with models definition

2008-07-09 Thread Marek Stępniowski
On Sat, Jul 5, 2008 at 11:23 PM, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > Despite I read a lot of time the overview.txt on the django tagging svn > repository, I still can't stand how to use it at my model's level. I'm > quite new to python and may miss some elements. > > When diving into the

Re: Issue with django-tagging 0.3 (svn) with models definition

2008-07-08 Thread Peter Herndon
For a more immediate answer, ask on #django on IRC. Mailing list may not answer as quickly as you'd prefer. Or at all, if nobody has the time to answer. You should look at the model documentation for specifics, but you likely need null=True as a param in your tags=Tagfield() declaration. ---Pet

Re: Issue with django-tagging 0.3 (svn) with models definition

2008-07-08 Thread Nicolas Steinmetz
Nicolas Steinmetz wrote: > > Hello, > > Despite I read a lot of time the overview.txt on the django tagging svn > repository, I still can't stand how to use it at my model's level. I'm > quite new to python and may miss some elements. > > When diving into the register part, it says it requiers

Issue with django-tagging 0.3 (svn) with models definition

2008-07-05 Thread Nicolas Steinmetz
Hello, Despite I read a lot of time the overview.txt on the django tagging svn repository, I still can't stand how to use it at my model's level. I'm quite new to python and may miss some elements. When diving into the register part, it says it requiers a field for tag which is supposed to be "t