danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
595 stars 158 forks source link

WriteCommentSerializer: enable to override get_form() function #413

Closed PetrDlouhy closed 5 months ago

PetrDlouhy commented 5 months ago

Enable overriding get_form() function in WriteCommentSerializer to allow easier change of the form class.

danirus commented 5 months ago

Hi @PetrDlouhy, why using COMMENTS_XTD_FORM_CLASS is not enough?

PetrDlouhy commented 5 months ago

@danirus You are right. I have overseen that. Sorry for unnecessary PR.