django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269
stars
90
forks
source link
moderation.helpers.automoderate requires a User model instance, while the underlying code implies that it can accept user=None or HttpRequest.user #184
For now I had to replace
with
Environment: