Re: Making fields read-only after first save in admin

2012-06-18 Thread Russell Keith-Magee
On Tue, Jun 19, 2012 at 4:11 AM, Thomas Weholt wrote: > I want to make a few foreignkey-fields read-only in the admin after > the post is saved, ie when the change-form for that item is opened > after the item has been saved the two foreignkeys in question should > not be editable. In my case the

Making fields read-only after first save in admin

2012-06-18 Thread Thomas Weholt
I want to make a few foreignkey-fields read-only in the admin after the post is saved, ie when the change-form for that item is opened after the item has been saved the two foreignkeys in question should not be editable. In my case the user has to chose two foreignkeys when first adding an entry, b