Re: generic relations in the admin interface

2006-07-06 Thread va:patrick.kranzlmueller
sounds a bit complicated: save first, go back to the entry, add tag ... not sure if that works for me. I´ll check out your scripts later. for now, I´ll stick with many-to-many ... thanks for your answer, patrick Am 06.07.2006 um 15:31 schrieb Jay Parlar: > > On 7/6/06, va:patrick.kranzlmue

Re: generic relations in the admin interface

2006-07-06 Thread Jay Parlar
On 7/6/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > > just tested generic relations for tagging. > to my surprise, there´s no possibility to enter tags (for my blog- > entries) in the admin interface. > > however, i do get additional user permissions: "can add tagged > item", ... > d

Re: generic relations in the admin interface

2006-07-06 Thread James Bennett
On 7/6/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > just tested generic relations for tagging. > to my surprise, there´s no possibility to enter tags (for my blog- > entries) in the admin interface. The generic relations feature is extremely (it's only been in trunk a week or two) an

generic relations in the admin interface

2006-07-06 Thread va:patrick.kranzlmueller
just tested generic relations for tagging. to my surprise, there´s no possibility to enter tags (for my blog- entries) in the admin interface. however, i do get additional user permissions: "can add tagged item", ... did I miss something? code: class TaggedItem(models.Model): """A tag