Widgy v0.5.0 Release Notes

Release Date: 2015-04-17 // about 9 years ago
    • Backwards Incompatible RichTextPage is no longer unregistered by default in widgy_mezzanine. If you wish to unregister it, you can add the following to your admin.py file::

      from django.contrib import admin from mezzanine.pages.models import RichTextPage admin.site.unregister(RichTextPage)

    • Bugfix: Previously, the Widgy editor would break if CSRF_COOKIE_HTTPONLY was set to True [#311]

    • ✅ Switched to py.test for testing. [#309]