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

fix preview clashing with new include parameter #343

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

I realized, that the preview view doesn't work after I added the override_drf_defaults parameter to urls.py. This fixes it.