Re: Dictionary in admin interface

2015-01-27 Thread Collin Anderson
Hi, The admin doesn't really have a way to do this. You could edit KeyValuePair inline on Dictionary. Why not have a "Params" model that has a ForeignKey to Request? Collin On Friday, January 23, 2015 at 1:32:21 PM UTC-5, Sven Mäurer wrote: > > I want to manage a dictionary inline over the adm

Dictionary in admin interface

2015-01-23 Thread Sven Mäurer
I want to manage a dictionary inline over the admin interface. These are my models. What I got working is of course a separated management of request and dictionary. But I want to add key value pairs in the request admin interface with a TabularInline. Do I have to skip the dictionary in some