Re: readonly field ordering issue

2011-04-20 Thread Shawn Milochik
On Wed, Apr 20, 2011 at 11:13 AM, Bobby Roberts wrote: > thanks!  That is exactly what i used.  would be great if the docs > actually said that would solve the issue. > You're allowed to open a ticket and submit a patch. ;o) -- You received this message because you are subscribed to the Google

Re: readonly field ordering issue

2011-04-20 Thread Bobby Roberts
thanks! That is exactly what i used. would be great if the docs actually said that would solve the issue. On Apr 20, 10:52 am, Shawn Milochik wrote: > I think you can just specify a 'fields' attribute in your admin model > to fix this. It should retain the order in which they're entered. > >

Re: readonly field ordering issue

2011-04-20 Thread Shawn Milochik
I think you can just specify a 'fields' attribute in your admin model to fix this. It should retain the order in which they're entered. http://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fields -- You received this message because you are subscribed to the Go

readonly field ordering issue

2011-04-20 Thread Bobby Roberts
hi all... i have certain fields in my model such as this: field1 field2 field3 field4 field5 field6 field7 field8 field9 field10 I have the even fields set to readonly fields. The issue i'm having is that when I go into edit this record in admin, i see the odd numbered fields at the top (which y