Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 750 Bytes

CHANGELOG.rst

File metadata and controls

31 lines (23 loc) · 750 Bytes

Changelog

2.0 (2019-09-20)

  • Added support for Oscar 2.
  • Dropped support for Oscar 1.6 and lower, and dropped support for Python 2.

1.0 (2018-10-14)

  • Added support for Oscar 1.6 and Django 1.11, 2.0 and 2.1.
  • Dropped support for Oscar 1.5 and lower, and Django 1.10 and lower.

0.4 (2016-03-xx)

Note that this release is backwards incompatible! This is due to a renaming of the module from accounts to oscar_accounts.

Features
  • Updated to be compatible with Oscar 1.2 (Django 1.8 / 1.9)
  • Updated dashboard to support Bootstrap 3
  • Refactored test infrastructure

0.3 (2013-08-13)

  • Include HTML templates in package
  • Dashboard templating fixes