Re: Ticket #13115: Grouping multiple fields into one form-row div

2010-03-14 Thread Gabriel Hurley
Wow, I read that section three times this morning (and who knows how many times in the past), and I still managed to miss that about wrapping fields inside of fieldsets in tuples. My apologies! I'd almost say it could use a docs patch to make that feature more obvious since it's now eluded several

Re: Ticket #13115: Grouping multiple fields into one form-row div

2010-03-14 Thread Florian Apolloner
Can you tell us what the difference to fieldsets would be (as ramiro already pointed out: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fieldsets)? Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django dev

Ticket #13115: Grouping multiple fields into one form-row div

2010-03-14 Thread Gabriel Hurley
Hey folks, I was looking through the recent tickets and saw #13115 [1], which looked interesting. It got closed by ramiro (whose judgment I normally trust) as a "worksforme", but I don't think he quite got what the OP wanted. I thought I'd bring it up on here to see if it was worth reopening the