Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 466 Bytes

v1.6.1.rst

File metadata and controls

15 lines (11 loc) · 466 Bytes

Oscar 1.6.1 release notes

release

2018-05-29

This is Oscar 1.6.1, a security release.

Bug fixes

  • Updated several methods that generate random strings to use Django's random string generator instead of random(). The methods affected are customer.ProductAlert.get_random_key, customer.forms.generate_username, voucher.utils.generate_code and wishlists.Wishlist.random_key.