Re: Manipulators and non-editable fields

2006-04-21 Thread Joseph Kocherhans
On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm trying to validate fields for a comments app I'm working on. As > part of the model I have a few non-editable fields, IP address and date. > Can non-editable fields be validated or even saved when using a > manipulator? By "non-edi

Manipulators and non-editable fields

2006-04-21 Thread nate-django
Perhaps I'm going about this the wrong way... I'm trying to validate fields for a comments app I'm working on. As part of the model I have a few non-editable fields, IP address and date. Can non-editable fields be validated or even saved when using a manipulator? Here is the code I'm working wi