django-fluent-blogs icon indicating copy to clipboard operation
django-fluent-blogs copied to clipboard

Fix reverse_name issues with using ContentsEntryMixin in another model.

Open vdboor opened this issue 11 years ago • 0 comments

When the ContentsEntryMixin is used in another model, Django raises an error that the related_name for the contents field is already used. This likely needs to be fixed in https://github.com/edoburu/django-fluent-contents and it's visible in the blogs app.

vdboor avatar Apr 24 '13 16:04 vdboor