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

Default manager returns changed objects that were never approved #85

Closed adityar7 closed 10 years ago

adityar7 commented 10 years ago

The default manager is supposed to return objects that have been approved at least one. However, it incorrectly returns objects that have been changed since being created but were never approved.

adityar7 commented 10 years ago

Duplicate of #86.