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
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
2 matches
Mail list logo