On Sun, 2006-08-06 at 15:58 -0700, CL wrote: > Hello, > > Is there a way to edit the "Recent Actions" list that appears on the > admin index page?
Edit the django_admin_log table directly. There is no programmatic interface for doing this, though, since it's just a record of historical actions. Rewriting history is a little unusual (although I can think of some cases when it might be necessary). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---