Re: link to other record in admin change list

2008-11-04 Thread Karen Tracey
On Tue, Nov 4, 2008 at 3:24 AM, chris <[EMAIL PROTECTED]> wrote: > > Dear Fabio, > > That did the trick! I have searched all over the manuals, but must > have overlooked this. It is a bit confusing that this seems to be > different from is_safe and mark_safe, but for the moment I am happy > that

Re: link to other record in admin change list

2008-11-04 Thread chris
Dear Fabio, That did the trick! I have searched all over the manuals, but must have overlooked this. It is a bit confusing that this seems to be different from is_safe and mark_safe, but for the moment I am happy that its working now. Thanks a lot for pointing it out! Chris On Nov 4, 4:06 pm

Re: link to other record in admin change list

2008-11-03 Thread Fabio Natali
Chris wrote: [...] > I have set up a callable in the admin.py, but the HTML I eject there > gets escaped, so that I end up seeing etc in the > list, instead of the link. Here is the relevant piece of admin.py: Hi Chris! Did you try with varchars.allow_tags? http://docs.djangoproject.com/en/dev/

link to other record in admin change list

2008-11-03 Thread chris
Dear Django users, Here is a question I can't find an answer for in the docs and from Mr. Google. In an admin list display, I have set up a column that displays records that are related to the current record. Now I want to be able to directly open that related record, instead of the record that