Oscar 2.2 release notes¶
- release:
2021-11-02
Welcome to Oscar 2.1! This is a compatibility release which adds support to Oscar version 2.x for Django 3.2 LTS.
Compatibility¶
Oscar 2.1 is compatible with Django versions 2.2 and 3.2, and Python versions 3.6, 3.7 and 3.8.
Backwards incompatible changes¶
The
annotate_form_fieldtemplate tag will now set thewidget_typein the format used by Django 3.1: so no longerCheckboxInput, but justcheckbox.