chrisspen/django-chroniker

m2m problem with User class

Closed this issue · 1 comments

chroniker.job: Accessor for m2m field 'subscribers' clashes with related m2m field 'User.job_set'. Add a related_name argument to the definition for 'subscribers'.

I couldn't reproduce this, but I added a related_name anyways.