| Home | Trees | Indices | Help |
|---|
|
|
db.models.Model --+
|
LogEntry
|
|||
| Meta | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
action_time = models.DateTimeField(_('action time'), auto_now=
|
|||
user = models.ForeignKey(User)
|
|||
content_type = models.ForeignKey(ContentType, blank= True, nul
|
|||
object_id = models.TextField(_('object id'), blank= True, null
|
|||
object_repr = models.CharField(_('object repr'), max_length= 200)
|
|||
action_flag = models.PositiveSmallIntegerField(_('action flag'))
|
|||
change_message = models.TextField(_('change message'), blank=
|
|||
objects = LogEntryManager()
|
|||
|
|||
Returns the admin URL to edit the object represented by this log entry. This is relative to the Django admin index page. |
|
|||
action_time
|
content_type
|
object_id
|
change_message
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:15 2008 | http://epydoc.sourceforge.net |