﻿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
36788	Admin fieldsets no longer arranged horizontally	Ronald Ligteringen	Jacob Walls	"To horizontally align fields in the admin change page you can combine these fields in a tuple, like this:

{{{#!python
fields = [""name"", (""age"", ""gender""), ""nationality""]
}}}

In this example, the change screen would show something like this:

**name:
age:  gender:
nationality:**

This works great in version 5, however this is not working in 6.0. This will show all fields vertically like this:

**name:
age:
gender:
nationality:**"	Bug	closed	contrib.admin	6.0	Release blocker	fixed	horizontal alignment admin fieldset		Ready for checkin	1	0	0	0	0	1
