Re: get_FOO_display() and Update Messages

2008-05-03 Thread Karen Tracey
On Sat, May 3, 2008 at 2:15 AM, Greg Taylor <[EMAIL PROTECTED]> wrote: > > I was wondering if there's any reason why get_FOO_display() calls > aren't being evaluated when updating/adding new objects via the admin > interface. What I mean by this is: > > The workout "1" was changed successfully. >

Re: get_FOO_display() and Update Messages

2008-05-03 Thread dimrub
Yay another fitness app based on django! http://code.google.com/p/fiteat/ On May 3, 9:15 am, Greg Taylor <[EMAIL PROTECTED]> wrote: > I was wondering if there's any reason why get_FOO_display() calls > aren't being evaluated when updating/adding new objects via the admin > interface. What I mean

get_FOO_display() and Update Messages

2008-05-02 Thread Greg Taylor
I was wondering if there's any reason why get_FOO_display() calls aren't being evaluated when updating/adding new objects via the admin interface. What I mean by this is: The workout "1" was changed successfully. Instead of: The workout "Running" was changed successfully. The field in question