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.

v3.2.3.rst 6.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. ========================================
  2. Oscar 3.2.3 release notes
  3. ========================================
  4. :release: 2024-09-01
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. .. _compatibility_of_3.2.3:
  9. Compatibility
  10. ~~~~~~~~~~~~~
  11. Oscar 3.2.3 is compatible with Django 3.2, 4.0, 4.1 and 4.2 and Python versions 3.8, 3.9, 3.10 and 3.11
  12. .. _new_in_3.2.3:
  13. What's new in Oscar 3.2.3?
  14. ~~~~~~~~~~~~~~~~~~~~~~~~
  15. * Always use sphin-rtd-theme in docs by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4165
  16. * Correct typo in README.rst by @blondelg in https://github.com/django-oscar/django-oscar/pull/4151
  17. * Update django-debug-toolbar requirement from <4.2,>=2.2 to >=2.2,<4.3 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4160
  18. * Update redis requirement from <4.6,>=3.5 to >=3.5,<5.1 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4158
  19. * Bump eslint from 8.43.0 to 8.48.0 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4157
  20. * Update django-redis requirement from <5.3,>=4.12 to >=4.12,<5.4 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4132
  21. * Update whitenoise requirement from <6.5,>=5.2 to >=5.2,<6.6 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4131
  22. * Bug AbsoluteDiscountBenefit by @ebottos94 in https://github.com/django-oscar/django-oscar/pull/3954
  23. * [FEAT] Absolute discount benefit applied on each product by @samar-hassan in https://github.com/django-oscar/django-oscar/pull/4168
  24. * Return True in is_tax_known() when the basket is empty by @TopDevPros in https://github.com/django-oscar/django-oscar/pull/4166
  25. * [Tests] Verify basket total amount after rounding by @samar-hassan in https://github.com/django-oscar/django-oscar/pull/4173
  26. * [FIX] Offer's slug doesn't support unicode by @samar-hassan in https://github.com/django-oscar/django-oscar/pull/4172
  27. * Update Dockerfile by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4175
  28. * Bulk attributes save by @specialunderwear in https://github.com/django-oscar/django-oscar/pull/4167
  29. * Add Bootstrap responsive image class by @jamesp9 in https://github.com/django-oscar/django-oscar/pull/4192
  30. * Entity attribute update by @specialunderwear in https://github.com/django-oscar/django-oscar/pull/4205
  31. * Pass the tax code trough to the shipping discounts by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4204
  32. * setuptools recognises src these days, no config is needed. by @specialunderwear in https://github.com/django-oscar/django-oscar/pull/4206
  33. * Wrong translation. by @Asp1ro in https://github.com/django-oscar/django-oscar/pull/4208
  34. * Fix broken Font Awesome links by @jamesp9 in https://github.com/django-oscar/django-oscar/pull/4179
  35. * Fixes #3844 suspend offer doesn't display with is_active 'NO' by @vallabhtiwari in https://github.com/django-oscar/django-oscar/pull/4184
  36. * Fixes broken migration of attribute values by @specialunderwear in https://github.com/django-oscar/django-oscar/pull/4214
  37. * Add prepare save method to make it possible to bulk save attributes by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4209
  38. * Add codes to unidentifiable catalogue models by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4216
  39. * Return no attribute values if the product has not yet been saved by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4217
  40. * Register discounts per line by @viggo-devries in https://github.com/django-oscar/django-oscar/pull/4138
  41. * [Refactor] Move OfferWizardStepView to separate file by @samar-hassan in https://github.com/django-oscar/django-oscar/pull/4174
  42. * Bump node-sass from 8.0.0 to 9.0.0 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4113
  43. * Register the Notification model to Django admin by @IslamMesha in https://github.com/django-oscar/django-oscar/pull/4186
  44. * Bump tinymce from 6.4.2 to 6.8.1 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4210
  45. * Bump @fortawesome/fontawesome-free from 6.4.0 to 6.5.1 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4212
  46. * Bump eslint from 8.48.0 to 8.54.0 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4211
  47. * Bump sass from 1.62.1 to 1.69.5 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4193
  48. * fixed "Create database" indentation by @Ajaysainisd in https://github.com/django-oscar/django-oscar/pull/4207
  49. * Bump nan from 2.17.0 to 2.18.0 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4176
  50. * Bump jquery from 3.7.0 to 3.7.1 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4155
  51. * Update django-environ requirement from <0.11,>=0.4 to >=0.4,<0.12 by @dependabot in https://github.com/django-oscar/django-oscar/pull/4159
  52. * Speedup Range.product_queryset(): exclude child Products in a join by @gwaidacher in https://github.com/django-oscar/django-oscar/pull/4222
  53. * fix link to documentation in the README.rst by @frlnx in https://github.com/django-oscar/django-oscar/pull/4223
  54. * Update BasketMiddleware.get_basket() to show warning only if items have been merged by @gwaidacher in https://github.com/django-oscar/django-oscar/pull/4145
  55. .. new_contributors:
  56. New Contributors
  57. ~~~~~~~~~~~~~~~~
  58. * @blondelg made their first contribution in https://github.com/django-oscar/django-oscar/pull/4151
  59. * @ebottos94 made their first contribution in https://github.com/django-oscar/django-oscar/pull/3954
  60. * @TopDevPros made their first contribution in https://github.com/django-oscar/django-oscar/pull/4166
  61. * @Asp1ro made their first contribution in https://github.com/django-oscar/django-oscar/pull/4208
  62. * @vallabhtiwari made their first contribution in https://github.com/django-oscar/django-oscar/pull/4184
  63. * @IslamMesha made their first contribution in https://github.com/django-oscar/django-oscar/pull/4186
  64. * @Ajaysainisd made their first contribution in https://github.com/django-oscar/django-oscar/pull/4207
  65. * @frlnx made their first contribution in https://github.com/django-oscar/django-oscar/pull/4223
  66. **Full Changelog**: https://github.com/django-oscar/django-oscar/compare/3.2.2...3.2.3a1