whenever I save a model in my Admin interface, it displays the usual \"successfully saved message.\" However, I want to know if it\'s possible to customize this message bec
If you're using Django 1.2 or newer, the messages framework may hold the answer.
http://docs.djangoproject.com/en/dev/ref/contrib/messages/