﻿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
34520	ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line)	Stefan Vollmar	nobody	"According to the current Django 4.2 documentation, this

{{{
class FlatPageAdmin(admin.ModelAdmin):
    fields = [(""url"", ""title""), ""content""]
}}}

should display ""url"" and ""title"" on the same line. We use `VersionAdmin` (from django-reversion) instead of `admin.ModelAdmin` and everything works as expected with Django 4.1.8 but in Django 4.2, additional `<div>` blocks cause every field to be on its on new line. Sorry if this is a known problem."	Uncategorized	closed	contrib.admin	4.2	Release blocker	invalid	ModelAdmin fields wrapping tuples multiple-fields-per-line		Unreviewed	0	0	0	0	0	1
