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.

v0.6.4.rst 1.0KB

12345678910111213141516171819202122232425262728
  1. =========================
  2. Oscar 0.6.4 release notes
  3. =========================
  4. This is Oscar 0.6.4. This is a minor release which addresses a few niggles,
  5. mainly around how partner users are handled in the dashboard.
  6. Bug fixes
  7. =========
  8. The following issues were fixed:
  9. * Editing variant products didn't correctly look up the parent product class.
  10. * `#1177`_ - Fix a regression in ``get_classes`` that prevented overridden
  11. dashboard apps being loaded correctly.
  12. * `#1273`_ - Dashboard partner views now allow user forms to be dynamically
  13. loaded (and hence overridden).
  14. * `#1275`_ - Dashboard partner user form now checks that the right fields are
  15. picked up from the user model (see also `#1282`_, `#1283`_)
  16. .. _`#1177`: https://github.com/tangentlabs/django-oscar/issues/1177
  17. .. _`#1273`: https://github.com/tangentlabs/django-oscar/issues/1273
  18. .. _`#1275`: https://github.com/tangentlabs/django-oscar/issues/1275
  19. .. _`#1282`: https://github.com/tangentlabs/django-oscar/issues/1282
  20. .. _`#1283`: https://github.com/tangentlabs/django-oscar/issues/1283