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

Admin customization on moderated models #74

Closed getnoel closed 11 years ago

getnoel commented 11 years ago

When adding an object, the fields work as specified in the ModelAdmin. But when I edit them, they don't work, like for example filter_horizontal, etc. You think my solution has any side effect?

dominno commented 11 years ago

Hi noelph, Did you run the tests ? do they pass ?