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.

v2.0.2.rst 503B

12345678910111213141516
  1. =======================
  2. Oscar 2.0.2 release notes
  3. =======================
  4. :release: 2019-09-20
  5. This is Oscar 2.0.2, a bugfix release.
  6. Bug fixes
  7. =========
  8. - Fixed location of ``flatpages/default.html`` template.
  9. - Fixed determination of availability for offers where ``max_affected_items`` is set.
  10. - Added an ``email_user`` method to the ``AbstractUser`` base model, which Django
  11. expects to be present.
  12. - Fixed incomplete fallback to ``OSCAR_DEFAULT_CURRENCY`` in the ``currency`` template filter.