On 9/15/06, fel <[EMAIL PROTECTED]> wrote:
> in the session, or in a database?
> if I close the browser, and open it asgain, is the information about my
> latest actions saved?

It's saved in the database -- and, yes, the information is saved
across browser sessions. You can interact with the data using the
normal Django database API, like so:

    from django.contrib.admin.models import LogEntry
    LogEntry.objects.all()

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to