I think the way to do is:

from django.contrib import messages

then somewhere...
messages.add_message(request, messages.ERROR, "your error message")

The message will be displayed in the top of the next admin page



On 01/03/2011 09:40 PM, Acorn wrote:
> I'd like to know this too.
> 
> On 3 January 2011 17:25, rahul jain <jainwolver...@gmail.com> wrote:
>> Hi,
>>
>> How to display an error in django admin (the error should be displayed in
>> red just like in forms)
>>
>> Something of this form
>>
>> http://groups.google.com/group/django-users/browse_thread/thread/68d4ea1915654134/447ef8473cf86672
>>
>> Thanks.
>>
>> Rahul
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to