MerMer wrote:
> You can add "editable=False" to you database model. This prevents it
> from showing up in Admin, though of course it can still be edited
> directly in the DB.
This stops it being set in the admin when creating a new object, which
isn't what I want.
I think I'll have to hack the
You can add "editable=False" to you database model. This prevents it
from showing up in Admin, though of course it can still be edited
directly in the DB.
MerMer
Ross Burton wrote:
> Hi,
>
> Is it possible to have fields in the model that can be set at object
> creation, but are immutable a
On Dec 6, 2:48 pm, "Sarcastic Zombie" <[EMAIL PROTECTED]>
wrote:
> On Dec 5, 3:24 am, "Ross Burton" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > Is it possible to have fields in the model that can be set at object
> > creation, but are immutable after that? I have an "original estimate"
> > field
On Dec 5, 3:24 am, "Ross Burton" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is it possible to have fields in the model that can be set at object
> creation, but are immutable after that? I have an "original estimate"
> field that should only be set when creating the object, and never
> edited after tha
Hi,
Is it possible to have fields in the model that can be set at object
creation, but are immutable after that? I have an "original estimate"
field that should only be set when creating the object, and never
edited after that.
Thanks,
Ross
--~--~-~--~~~---~--~
5 matches
Mail list logo