Re: generic and message

2006-12-11 Thread sedat
Very nice. Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PR

Re: Re: generic and message

2006-12-11 Thread James Bennett
On 12/11/06, sedat <[EMAIL PROTECTED]> wrote: > The message will not be that simple. It would include the saved or > updated object.And I want to show it on the main page that normally not > include a message. Look at how the comments application does this; it passes the contenttype ID and object

Re: generic and message

2006-12-11 Thread sedat
The message will not be that simple. It would include the saved or updated object.And I want to show it on the main page that normally not include a message. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Re: generic and message

2006-12-11 Thread James Bennett
On 12/11/06, sedat <[EMAIL PROTECTED]> wrote: > Nope. > Authentication is not an issue yet. > It is just an anonymous user adding info to system. > By the way I think I am misunderstood.I am giving a post_save_redirect > url. In this url I want to add a message."It is ok " or "It is not ok" I thi

Re: generic and message

2006-12-11 Thread sedat
Nope. Authentication is not an issue yet. It is just an anonymous user adding info to system. By the way I think I am misunderstood.I am giving a post_save_redirect url. In this url I want to add a message."It is ok " or "It is not ok" --~--~-~--~~~---~--~~ You r

Re: generic and message

2006-12-11 Thread Jonathan Buchanan
On 12/11/06, sedat <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying to show a message as a result of create,update or deletion > of an object by generic. > How can I do that? I mean As far as I know I can give a > post_save_redirect url but I want to show a message also like 'Object X > saved succ

generic and message

2006-12-11 Thread sedat
Hi, I am trying to show a message as a result of create,update or deletion of an object by generic. How can I do that? I mean As far as I know I can give a post_save_redirect url but I want to show a message also like 'Object X saved successfully'. --~--~-~--~~~---~--