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.

1234567891011121314151617181920212223242526272829303132333435363738
  1. =========================
  2. Oscar 0.6.2 release notes
  3. =========================
  4. This is Oscar 0.6.2. It fixes an unfortunate regression introduced in 0.6.1 as well
  5. as a couple of bugs.
  6. Overriding models
  7. -----------------
  8. Commit `fa1f8403`_ changed the way signal receivers were registered. While
  9. this helped work around issues with the latest debug toolbar, it also broke the
  10. way custom models were imported. This happened as the relocated receiver
  11. imports caused core models to be imported before local ones.
  12. This is fixed in 0.6.2 by `reverting the original commit`_. Users of the debug
  13. toolbar are recommended to follow the `explicit installation instructions`_ to
  14. avoid any circular import issues that `fa1f8403`_ was introduced to solve..
  15. See `#1159`_ for more details.
  16. Bug fixes
  17. =========
  18. The following bugs were fixed:
  19. * `#1157`_ - Ensure group products have a price submitted to the search backend
  20. when indexing.
  21. * `#1127`_ - Remove a circular dependency bug around importing the `StockAlert`
  22. model when indexing.
  23. .. _`#1159`: https://github.com/django-oscar/django-oscar/issues/1159
  24. .. _`#1157`: https://github.com/django-oscar/django-oscar/issues/1157
  25. .. _`#1127`: https://github.com/django-oscar/django-oscar/issues/1127
  26. .. _`fa1f8403`: https://github.com/django-oscar/django-oscar/commit/fa1f8403fb43af693766acafc520d10932a7f5b0
  27. .. _`reverting the original commit`: https://github.com/django-oscar/django-oscar/commit/ec950cf9de16c68858bc095d980e478be8146f79
  28. .. _`explicit installation instructions`: http://django-debug-toolbar.readthedocs.org/en/latest/installation.html#explicit-setup