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

Don't save ModeratedObject twice in automoderate(). #115

Closed qris closed 9 years ago

qris commented 9 years ago

approve() and reject() save the ModeratedObject anyway, so we don't need to save it a second time.