dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 91 forks source link

Moderation on a per-field basis? #76

Closed mzu closed 11 years ago

mzu commented 11 years ago

After reading thought the docs the following questions came up while trying to evaluate if django-moderation is the right app for one of my projects:

I was wondering if django-moderation supports moderation of a Model on a per-field basis. E.g. accepting / rejecting individual fields of a pending moderation model.

Also, our moderation UI needs to work outside of Django Admin. How tightly coupled is django-moderation with Django Admin? Is it possible to use the moderation API in our own views/templates?

dominno commented 11 years ago

Yes its would be possible to moderate per field basis, you can use fields_exclude option moderator class. Yes it would be possible to use moderation API in your own views/tamplates