wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Ensure SafeString is applied correctly on ClusterForm.as_p() #155

Closed gasman closed 2 years ago

gasman commented 2 years ago

Fixes #145