Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ========================================
  2. Oscar 3.2 release notes (in development)
  3. ========================================
  4. :release: TBD
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. .. _compatibility_of_3.2:
  9. Compatibility
  10. ~~~~~~~~~~~~~
  11. Oscar 3.2 is compatible with Django 3.1 and Django 3.2 and Python versions 3.7 to 3.9.
  12. Support for Django 2.2 has been dropped. Support for Python 3.6 has been dropped.
  13. .. _new_in_3.2:
  14. What's new in Oscar 3.2?
  15. ~~~~~~~~~~~~~~~~~~~~~~~~
  16. .. _removal_of_deprecated_features_in_3.2:
  17. Removal of deprecated features
  18. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. .. _minor_changes_in_3.2:
  20. Minor changes
  21. ~~~~~~~~~~~~~
  22. - Added a new helper ``core.utils.is_ajax`` which replicates the logic of Django's ``HttpRequest.is_ajax``
  23. method that was deprecated in Django 3.1.
  24. .. _dependency_changes_in_3.2:
  25. Dependency changes
  26. ~~~~~~~~~~~~~~~~~~
  27. Python package dependencies:
  28. Javascript and CSS dependencies:
  29. Deprecated features
  30. ~~~~~~~~~~~~~~~~~~~
  31. - The ``annotate_form_field`` template tag is deprecated. It's functionality of annotating form fields with
  32. their widget type is now built in to Django.