I see that the an upcoming will include a new messaging framework to display custom user messages - I think this is designed to mimic ROR. See: http://docs.djangoproject.com/en/dev/ref/contrib/messages/
In the current release V1.0 or 1.1 what is the recommended approach? On a successful save I want to redirect the user to a new page, then display a save confirmation message that includes the ID of the new record. (I'm thinking of using a session object, but there appear to be some pros/cons.) Links to examples would also help. TIA BrendanC -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

