================== * Fix old markwhat tags to load markdownify instead, and remove unnecessary load statements. * Update old test assertions to use assertEqual.
1.3.0
================== * Compatibility with Django 4.2 * django.utils.encoding.smart_text --> """.smart_str * Quiz.as_dict() now checks that Questions exist before calling Question.as_dict() * Running Django-4.2.11 * django.conf.urls.url() --> django.urls.re_path()
================== * Changes to make library Django 3.X compatible.
1.2.6
================== * Revert the commit from version 1.1.2: "Add missing Quiz.show_submit_state migration" This is no longer necessary, and causes an error.