Django also makes use of "messages" in the django.contrib.auth module
for this purpose. Of course, that only applies if you are using users
and authentication for your site. I think you can use them with
anonymous users though, so I think they will still work for you.
http://www.djangoproject.c
http://code.djangoproject.com/ticket/4604
--~--~-~--~~~---~--~~
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
On 8/10/07, sagi s <[EMAIL PROTECTED]> wrote:
> In Rails, flash is a way to display a message in the next page. It is
> extremely useful to provide lightweight feedback to user operations.
> For examples when the user, say, submits a new article and after
> clicking on the "Submit" button, then is
In Rails, flash is a way to display a message in the next page. It is
extremely useful to provide lightweight feedback to user operations.
For examples when the user, say, submits a new article and after
clicking on the "Submit" button, then is redirected to the front page,
you want to let him kno
4 matches
Mail list logo