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.8.rst 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ===========================================
  2. Oscar 0.8 release notes - UNDER DEVELOPMENT
  3. ===========================================
  4. Welcome to Oscar 0.8!
  5. Table of contents:
  6. .. contents::
  7. :local:
  8. :depth: 1
  9. Compatibility
  10. =============
  11. Oscar 0.8 is compatible with Django 1.5-1.7. Support for Python 2.6 has been
  12. dropped; it works with Python 2.7, Python 3.3 and Python 3.4.
  13. What's new in Oscar 0.8?
  14. ========================
  15. Minor changes
  16. -------------
  17. * The models of the shipping app now have abstract base classes, similar to
  18. the rest of Oscar.
  19. Bugfixes
  20. ~~~~~~~~
  21. Backwards incompatible changes in 0.8
  22. =====================================
  23. * The legacy ``ShippingMethod`` name of the interface of the shipping app has
  24. been removed. Inherit from ``shipping.base.Base`` for the class instead, and
  25. inherit from ``shipping.abstract_models.AbstractBase`` for model-based
  26. shipping methods.
  27. Removal of features deprecated in 0.7
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. Renamed templates
  30. ~~~~~~~~~~~~~~~~~
  31. Template block changes
  32. ~~~~~~~~~~~~~~~~~~~~~~
  33. Migrations
  34. ~~~~~~~~~~
  35. * Address:
  36. * Catalogue:
  37. * Customer:
  38. * Offer:
  39. * Order:
  40. * Partner:
  41. * Payment:
  42. * Promotions:
  43. * Shipping:
  44. * Reviews:
  45. * Voucher:
  46. Features deprecated in 0.8
  47. ==========================