﻿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
27	Single form field for multiple database fields	Adrian Holovaty	nobody	"Some admin interfaces would benefit from being able to have multiple fields' worth of data entered in a single field. For example, a field for a sports stat could be entered into a single field as ""XX-YY-ZZ"", whereas the three values are actually three separate fields in the DB.

Relevant conversation:

{{{
<jacobkm> Well, I'm using those aggregate fields for stats where you type something like ""3-17"" and it gets split into multiple fields.  I see there's a CommaSeperatedIntegerField in formfields which would work for this, but there needs to be a way in the datadescriptions to say ""this group of fields should be presented as a single field""
<django34> The DD will have to provide a format string of some sort
<jacobkm> Easy enough
<jacobkm> are you thinking of a % format string or a regex?
<django34> Not sure...
<django34> Probably just %
<django34> fields_together = '%(last_name)s, %(first_name)s'
}}}"	New feature	closed	Forms		Normal	worksforme		cmawebsite@… msiedlarek Alan Justino da Silva charette.s@… j.arnds@… carlos.palol@…	Someday/Maybe	0	0	0	0	0	0
