Closed ouhouhsami closed 13 years ago
From an instance of an object my_obj
that is registered with moderation, my_obj.moderated_object
should return the ModeratedObject
instance. So this should work: my_obj.moderated_object.moderation_status
great, this could be added to the doc ;)
and for those who want to access changed values in templates, they can achieve this by doing : my_obj.moderated_object.changed_object.FIELD_NAME
Hello there,
I would like to access moderation_status in template directly from the instance object moderated. I would have to use something like
How can I achieve this, without having to add boolean field for a visibility_column (moreover,
)
Thanks,