Add error message in admin app. icon_error

2009-04-28 Thread Felipe Martinez
Hi everybody! I'm starting to play around with django and I'm building a simple application with the admin app using admin actions. Every time user uses an admin action, a message shows up confirming the action was successfully exceuted: self.message_user(request, "Action was suc

Error notification in admin site. Should be easy!!!

2009-05-20 Thread Felipe Martinez
Hi, everybody I've done a simple app using admin actions in django's admin site. Everytime somebody executes an action some checks are made and messages are delivered informing about actions result (ok, error, warnig...etc) I'm using message_user for that, but that always returns a green check m

Re: Error notification in admin site. Should be easy!!!

2009-05-20 Thread Felipe Martinez
my error messages > Thank you On 20 mayo, 16:29, Alex Gaynor wrote: > On Wed, May 20, 2009 at 6:24 AM, Felipe Martinez wrote: > > > > > > > Hi, everybody > > > I've done a simple app using admin actions in django's admin site. > > Everytime someb