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

ReadCommentSerializer.get_submit_date does not properly use DATETIME_FORMAT #407

Closed danirus closed 6 months ago

danirus commented 6 months ago

Method get_submit_date of ReadCommentSerializer has a syntax mistake. The intention was to use the setting DATETIME_FORMAT, but it actually passes the string DATETIME_FORMAT instead of the setting.

danirus commented 6 months ago

Implemented in 6fde86c.