list_editable ForeignKeyRawIdWidget problem

2010-04-22 Thread frans
I have a list_editable foreignkey field. In the admin site change list it is displayed with a nice search icon. but the link is bad! it might be something on my end I dont know I updated to trunk and removed all the pyc files, syncdb'd but it didnt help. I did some digging and found I could

Re: list_display functionality for inlines ?

2010-01-07 Thread frans
On 7 jan, 11:15, Daniel Roseman wrote: > On Jan 7, 9:22 am, frans wrote: > > > Is this something which exists ? Looking at Tabular/Stacked Inline > > features I think not. > > So then, I assume I want a Pony , however, I think many people want > > this pony so its

list_display functionality for inlines ?

2010-01-07 Thread frans
point me to some snippets or clue-bat me why its impossible/where I should start extending :) Thanks, Frans -- 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 u

Re: language switching in admin

2009-11-07 Thread Frans
I use the breadcrumbs block in the admin interface to add a link to a view using : (in template) Fr |  Nl |  En |  >日本語  (for each language, in every page, impractical if you have many, but you can replace that by a special page of links if that's the case (like google's language switch page)

many to many matrix

2008-11-20 Thread frans
ll the networks on the left, and on the top. In the "cells" we could then define if traffic is allowed or not. And maybe the direction. It should be possible with the django admin framework right ? I'm not much of a programmer... am I getting in over my head or is this d