Re: Tabs in Django Admin forms?

2017-06-02 Thread Adam Johnson
I agree, it sounds like feature creep to me. It could probably be provided by code in a third party package too, the admin is very extensible. On 2 June 2017 at 16:42, Tim Graham wrote: > I think Django can't reasonably add every feature under the sun to the > admin. If you need a pixel perfect

Re: Tabs in Django Admin forms?

2017-06-02 Thread Tim Graham
I think Django can't reasonably add every feature under the sun to the admin. If you need a pixel perfect UI, use your own views. On Tuesday, May 30, 2017 at 4:50:16 AM UTC-4, Óscar M. Lage wrote: > > Oh, sorry, something like this: > > >

Re: Tabs in Django Admin forms?

2017-05-30 Thread Óscar M . Lage
Oh, sorry, something like this: I think we've the ability to put the fields side-by-side but don't know if there is a way to group the fields in tabs. El mart

Re: Tabs in Django Admin forms?

2017-05-30 Thread Florian Apolloner
> to group form fields in tabs (as django-crispy-form does)?. For those who do not know django-crispy-form, how does that look like? Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsu

Tabs in Django Admin forms?

2017-05-30 Thread Óscar M . Lage
Hey guys, I've a quick question here... Is there any way - in admin - to group form fields in tabs (as django-crispy-form does)?. If not, do you consider this feature important enough to open a ticket and work on this?. Thanks! -- You received this message because you are subscribed to the Go