You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

v2.2.rst 766B

12345678910111213141516171819202122232425262728
  1. =======================
  2. Oscar 2.2 release notes
  3. =======================
  4. :release: 2021-11-02
  5. Welcome to Oscar 2.1! This is a compatibility release which adds support to Oscar version 2.x for Django 3.2 LTS.
  6. .. contents::
  7. :local:
  8. :depth: 1
  9. .. _compatibility_of_2.1:
  10. Compatibility
  11. ~~~~~~~~~~~~~
  12. Oscar 2.1 is compatible with Django versions 2.2 and 3.2, and Python versions 3.6, 3.7 and 3.8.
  13. Backwards incompatible changes
  14. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. - The ``annotate_form_field`` template tag will now set the ``widget_type`` in `the format used by Django 3.1`_: so no longer
  16. ``CheckboxInput``, but just ``checkbox``.
  17. .. _`the format used by Django 3.1`: https://docs.djangoproject.com/en/3.1/ref/forms/api/#django.forms.BoundField.widget_type