Is that programically accessible? I want to record it in the database. 


from django.contrib.admin.models import LogEntry

logs = LogEntry.objects.all() #or you can filter, etc.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a8cdb111-6e53-4dc5-b014-510ff07e1187n%40googlegroups.com.

Reply via email to