Re: Admin, display related 'last modified' field

2006-05-25 Thread Eric Walstad
On Thursday 25 May 2006 10:34, Joseph Kocherhans wrote: > On 5/25/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > > Yes, I suspect this is more than a one-off issue. I'd also like to see > > the last modified timestamp on the Project's related ProjectFiles. Can > > you point me to documentation on

Re: Admin, display related 'last modified' field

2006-05-25 Thread Joseph Kocherhans
On 5/25/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > > Yes, I suspect this is more than a one-off issue. I'd also like to see the > last modified timestamp on the Project's related ProjectFiles. Can you point > me to documentation on how to whip up a new admin widget and direct the admin > code

Re: Admin, display related 'last modified' field

2006-05-25 Thread Eric Walstad
On Thursday 25 May 2006 09:50, Joseph Kocherhans wrote: > On 5/25/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > > My 'Projects' admin form has 'Notes'. Notes have a non-user-editable > > 'note date' DateTimeField. I haven't been able to figure out how to get > > the note date to get displayed in

Re: Admin, display related 'last modified' field

2006-05-25 Thread Joseph Kocherhans
On 5/25/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > > My 'Projects' admin form has 'Notes'. Notes have a non-user-editable 'note > date' DateTimeField. I haven't been able to figure out how to get the note > date to get displayed in the admin interface in such a way that it's visible > but not

Admin, display related 'last modified' field

2006-05-25 Thread Eric Walstad
Hi all, My 'Projects' admin form has 'Notes'. Notes have a non-user-editable 'note date' DateTimeField. I haven't been able to figure out how to get the note date to get displayed in the admin interface in such a way that it's visible but not editable. Any ideas? Thanks in advance. Below