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 90 forks source link

There seems to be an error in example code for moderator.py #25

Closed ysugiura closed 13 years ago

ysugiura commented 13 years ago

In the Configuration section of readme.rst, there is a line for moderator.py:

    from django.db import models

I think it should read:

    from moderation import moderation
dominno commented 13 years ago

Fixed wrong import in README.rst. Thank you ysugiura. Closed by e569922fda7a6412958d00a71e04a647ff79a227