GEANT / FOD

Firewall on Demand
GNU General Public License v3.0
0 stars 4 forks source link

Accounts Admin: Fix tinymce mce_attrs #27

Closed jwijenbergh closed 2 months ago

jwijenbergh commented 2 months ago

For me, editing django flatpages gave a HTTP 500. It seems like tinymce.views.flatpages_link_list no longer exists.

The commit that changed the usage doc (https://github.com/jazzband/django-tinymce/blob/ff015bef65f32170ef116548861e540279cae227/docs/usage.rst#the-flatpages_link_list-view) is the following: https://github.com/jazzband/django-tinymce/commit/be6a9595853071ece52b8981af2c079bec3d8b03

So it seems like this new name is to fix a Django 1.10 compatibility issue. This fixed my HTTP 500.