﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28994	Create possibility to merge several fields into one line with fieldset option	Rovshan Musayev	nobody	"Currently with **fields** or **fieldsets** option it's possible to show admin fields into one line, 

fields=(('Field1','Field2'), ('Field3','Field4'))

Field1     |     Field2
Field3     |     Field4

But if I would like to merge Field 2 and Field 4 into one field and have one big field, it's impossible.

Field1     |     
Field2     |    Field4
Field3     |    

Field4 is one big field here

It's very useful for example if I want to show one big picture(avatar) on the right(or left) side of the form.  I hope it's clear what I mean
"	New feature	closed	contrib.admin	2.0	Normal	wontfix	django-admin		Unreviewed	0	0	0	0	0	0
