Re: Disabled fields in admin interface

2006-03-08 Thread JirkaJ
Hi Malcolm, please let me know when u finish the changes in code. thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.co

Re: Disabled fields in admin interface

2006-03-07 Thread Malcolm Tredinnick
On Tue, 2006-03-07 at 15:58 -0700, Joseph Kocherhans wrote: > On 3/7/06, JirkaJ <[EMAIL PROTECTED]> wrote: > > > > Hello, > > i am a newbie with django so sorry for propably stupid question :). > > Is it possible to make some field visible and not editable in admin > > interface? when i set edita

Re: Disabled fields in admin interface

2006-03-07 Thread Joseph Kocherhans
On 3/7/06, JirkaJ <[EMAIL PROTECTED]> wrote: > > Hello, > i am a newbie with django so sorry for propably stupid question :). > Is it possible to make some field visible and not editable in admin > interface? when i set editable option to False it disappeared from that > interface(as is said in d