You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following models are currently affected, as they are missing the clean call:
ModeratorFeedback.description
Newsletter.body
Partner.about
Also note, that the whole topicprio bug was due to the inability to redefine a RichText as an UploadingRichText Field because of the cleaning done in the models save method
The text was updated successfully, but these errors were encountered:
either change the field in core as described in liqd/adhocracy4#213
or call the clean method manually in the models save() method (see https://github.com/liqd/a4-meinberlin/blob/master/meinberlin/apps/ideas/models.py#L44 )
the following models are currently affected, as they are missing the clean call:
Also note, that the whole topicprio bug was due to the inability to redefine a RichText as an UploadingRichText Field because of the cleaning done in the models save method
The text was updated successfully, but these errors were encountered: