Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accounts Admin: Fix tinymce mce_attrs
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: jazzband/django-tinymce@be6a959 So it seems like this new name is to fix a Django 1.10 compatibility issue. This fixed my HTTP 500.
- Loading branch information