Re: new readonly_fields in modeladmin

2009-12-31 Thread Tim Miller
Alex_Gaynor wrote: > I've actually gone ahead and filed it, and uploaded a patch: > http://code.djangoproject.com/ticket/12477 > Thanks Alex. Your post on writing django tests has been helpful as well. -- You received this message because you are subscribed to the Google Groups "Django users" g

Re: new readonly_fields in modeladmin

2009-12-31 Thread Alex_Gaynor
On Dec 31, 3:06 pm, Alex_Gaynor wrote: > On Dec 31, 12:46 pm, Tim Miller wrote: > > > I just want to confirm this isn't my own idiocy or intended behaviour > > before I file a bug. > > > I've got the following line defined in my modeladmin entry... > > > readonly_fields = ('date_created', 'date

Re: new readonly_fields in modeladmin

2009-12-31 Thread Alex_Gaynor
On Dec 31, 12:46 pm, Tim Miller wrote: > I just want to confirm this isn't my own idiocy or intended behaviour > before I file a bug. > > I've got the following line defined in my modeladmin entry... > > readonly_fields = ('date_created', 'date_modified', 'date_published') > > They get displayed