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.

v1.6.1.rst 466B

123456789101112131415
  1. =========================
  2. Oscar 1.6.1 release notes
  3. =========================
  4. :release: 2018-05-29
  5. This is Oscar 1.6.1, a security release.
  6. Bug fixes
  7. =========
  8. - Updated several methods that generate random strings to use Django's random
  9. string generator instead of ``random()``. The methods affected are
  10. ``customer.ProductAlert.get_random_key``, ``customer.forms.generate_username``,
  11. ``voucher.utils.generate_code`` and ``wishlists.Wishlist.random_key``.