Sidebar Network

django-object-view-tracking A generic object view tracking model.

The Basics

This will store a “last viewed date” which says “everything that has changed” since this date, is unread. It also stores a list of primary keys, which has been read since that date. These are stored in a text field and separated by OBJECT_TRACKING_KEY_SEPARATOR.

Project Homehttp://code.google.com/p/django-object-view-tracking/
Grab the Repository – svn checkout http://django-object-view-tracking.googlecode.com/svn/trunk/
 

Recent Commits

  • 7 was committed 4 months ago.
    missing content type handler in session manager
  • 6 was committed 4 months ago.
    reference to invalid instance variable
  • 5 was committed 4 months ago.
    moved docs into init
  • 4 was committed 4 months ago.
    renamed objects proeprty to instances
  • 3 was committed 4 months ago.
    renamed classes to ObjectTracker; added import of model in __init__.py
  • 2 was committed 4 months ago.
    initial working code
  • 1 was committed 4 months ago.
    Initial directory structure.