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

Simplify ModerationManager.post_save_handler. #113

Closed qris closed 9 years ago

qris commented 9 years ago

Restructure the code to reduce nesting and improve readability.