On Tue, Sep 7, 2010 at 16:39, Henrik Genssen <[email protected]>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
>
> [email protected]
> 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 [email protected].
> To unsubscribe from this group, send email to
> [email protected]<django-users%[email protected]>
> .
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to