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

ManyToMany field support #62

Closed caseycesari closed 4 years ago

caseycesari commented 12 years ago

I see that it is listed as known issue. Are there any plans to integrate support for ManyToMany fields? Or do you have any thoughts or know what the issues are for implementing support? I could take a shot at it if you have any experimental code/ideas. Thanks.

mgerring commented 12 years ago

I'd also really like this, I need it for a current project. @caseypt, do you want to help me take a crack at this?

SaulTigh commented 10 years ago

is there some plans for m2m support?

dominno commented 10 years ago

Yes it will be in near future.

iraycd commented 8 years ago

@dominno Near future. It has been 4 years. 😄

Allan-Nava commented 6 years ago

Yes when is possibile to manage m2m?

int-ua commented 6 years ago

It's possible with custom Widgets. It may be hard, but possible.

Allan-Nava commented 6 years ago

Ok, thanks @int-ua

Can you help me? I have this problem when I add in setup.py in INSTALLED_APPS = ["moderation"]

RuntimeError: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

I add you the error: #160

DmytroLitvinov commented 4 years ago

Closed because of inactivity.