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 documentation). Autamatical admin interface
> works perfectly for me, but i need this 'small' thig. (I dont want to
> use custom javascript or css).

Something like this has been discussed, but not implemented. If I had
to guess, it's not likely to be implemented within the next month
either. You can probably achieve the same effect by overriding the
admin/change_form template.

Joseph

--~--~---------~--~----~------------~-------~--~----~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to