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.5.1.rst 1.8KB

123456789101112131415161718192021222324252627282930313233343536
  1. =========================
  2. Oscar 0.5.1 release notes
  3. =========================
  4. This is a bugfix release for Oscar 0.5, backporting a few issues discovered
  5. during development of Oscar's demo site and fixing a couple of other bugs.
  6. This release contains fixes for the following issues:
  7. * The ``is_available_to_buy`` method was failing for variant products where the
  8. product class is defined on the parent product. Fixed in 7fd62f2af0_ and …
  9. 80384a4007_.
  10. * The stockrecord partial ``catalogue/partials/stock_record.html`` incorrectly
  11. handled group products. Fixed in 5594bcccd6_.
  12. * The checkout thank-you template ``checkout/thank_you.html`` incorrectly looked
  13. up the line product URL. Fixed in cc5f63d827_.
  14. * The basket URL used for AJAX requests is no longer hard-coded. Fixed in …
  15. fd256b63b1_.
  16. * The dashboard voucher form now correctly validates when no start- or end-dates
  17. are entered. Fixed in 02b3644e3c_
  18. * The ``AbstractStockRecord`` model was not declared abstract. A migration has
  19. been added that cleans up the unnecessary database table. Fixed in …
  20. 610de82eb2_
  21. .. _7fd62f2af0: https://github.com/django-oscar/django-oscar/commit/7fd62f2af078f950eeb278b97d01153b90b08e73
  22. .. _80384a4007: https://github.com/django-oscar/django-oscar/commit/80384a40079590e1fb09d57f26095fa4e030fb27
  23. .. _5594bcccd6: https://github.com/django-oscar/django-oscar/commit/5594bcccd67bfca6ec052ee635f0f0cbddc5dce5
  24. .. _cc5f63d827: https://github.com/django-oscar/django-oscar/commit/cc5f63d827ce943e0ba1e7daa509cbd37b284c64
  25. .. _fd256b63b1: https://github.com/django-oscar/django-oscar/commit/fd256b63b184e08e33aa2802136a68d47bf4636e
  26. .. _02b3644e3c: https://github.com/django-oscar/django-oscar/commit/02b3644e3c1f02959c3316d4291ec1c819c2baf7
  27. .. _610de82eb2: https://github.com/django-oscar/django-oscar/commit/610de82eb25d00871ab1b30d01817c94d08bb96a