Hi,

the way I understand the tagging module is:
you can have 2 tag fields for the model book, but they would
lead into the same cloud - and I need 2 seperated clouds for 
one model.
So far I think the only solution for this is to have a 2. model
with a 1:1 relation to the model book

Someone a better idea or am I overlooking something?

regards

Hinnack

>reply to message:
>date: 08.09.2010 06:26:39
>from: "Lachlan Musicman" <data...@gmail.com>
>to: django-users@googlegroups.com
>subject: Re: django-tagging languages and multi fields
>
>On Tue, Sep 7, 2010 at 16:39, Henrik Genssen <henrik.gens...@miadi.net>wrote:
>
>> Hi,
>>
>> has someone a solution for tags in more than one language for the same
>> entry?
>> I normally use transdb (1) to archive this on char or textfields. But what
>> about tags in multi languages for one entry?
>>
>> Has someone managed to get more than one tag field for a model? e.g. for
>> internal and external tagging of an entry...
>>
>>
>
>I don't know about transdb, but I am using django tagging
>http://code.google.com/p/django-tagging/ and ran into the same problem.
>
>On a book model, I wanted a "tag" tag and a "genre" tag. Turns out you can
>have more than one, but not in the way I expected.
>
>The way Django tagging is written, tags can be tagged. So I just have the
>one "tag" field on the book model, and then I tag some of the tags as
>"genre".
>
>Is that what you mean?
>
>L.
>
>
>
>> regards
>> Hinnack
>>
>>
>> (1) http://code.google.com/p/transdb/
>>
>> Henrik Genssen
>>
>> h...@miadi.net
>> Tel. 0451/6195650
>> Fax. 0451/6195655
>>
>> miadi GmbH
>> Geschäftsführer: Henrik Genssen
>> Sitz der Gesellschaft: Beckergrube 2, 23552 Lübeck
>> Amtsgericht Lübeck HRB 10223, USt-IdNr DE
>> Lieferungen und Leistungen erfolgen ausschließlich auf Grundlage unserer
>> allgemeinen Geschäftsbedingungen
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
>-- 
>These simple functions belong to a sub-class known as strictly dominating
>functions, meaning that their output is always bigger than their inputs. A
>striking fact, known as the complementation theorem, holds for all such
>functions. It says there is always an infinite collection of inputs that
>when fed into the function will produce a collection of outputs that is
>precisely the non-inputs.
>- http://bit.ly/d3Fsrw
>
>-- 
>You received this message because you are subscribed to the Google Groups 
>"Django users" group.
>To post to this group, send email to django-us...@googlegroups.com.
>To unsubscribe from this group, send email to 
>django-users+unsubscr...@googlegroups.com.
>For more options, visit this group at 
>http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to