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

In Django 1.8, ModelForms must define either fields or exclude #132

Closed phillipberndt closed 9 years ago

phillipberndt commented 9 years ago

See title.

FYI, this error was not detected by the tests. I suspect it's because no test tries to render a class derived from BaseModeratedObjectForm.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.04%) to 92.25% when pulling 29b5debc576ecf002bb7e505027e3a868ceb606b on sapiu:django18-modelform into 6784b036627ee3b62ee9d9a040deb6bf29fed562 on dominno:master.

dominno commented 9 years ago

@phillipberndt It would be great if you could add a test for this case.