Re: Place two or more inputs per line in django admin.

2009-06-08 Thread Denis Cheremisov
Solved it, replace get_fieldsets with my custom function, returning: [(None, {'fields': [('field1','field2),]})] On Jun 5, 5:23 pm, Denis Cheremisov wrote: > I saw the method using fieldsets, by grouping several fields in a > tuple. But this method didn't suit my needs, because I use slig

Place two or more inputs per line in django admin.

2009-06-05 Thread Denis Cheremisov
I saw the method using fieldsets, by grouping several fields in a tuple. But this method didn't suit my needs, because I use slightly modified add_view,change_view,get_form, etc, where the base model/form can be substituted by it's derivative. So, I don't know what fields to show exactly, but know