Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 921 Bytes

CHANGELOG.rst

File metadata and controls

37 lines (28 loc) · 921 Bytes

Changelog

2.1 (2020-07-23)

  • Added support for Oscar 2.1, Django 2.2 and Django 3.0.
  • Dropped support for Django 2.1 and lower.
  • Dropped support for Python 3.5.

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