| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- ===========================================
- Oscar 0.8 release notes - UNDER DEVELOPMENT
- ===========================================
-
- Welcome to Oscar 0.8!
-
- Table of contents:
-
- .. contents::
- :local:
- :depth: 1
-
- Compatibility
- =============
-
- Oscar 0.8 is compatible with Django 1.5-1.7. Support for Python 2.6 has been
- dropped; it works with Python 2.7, Python 3.3 and Python 3.4.
-
-
- What's new in Oscar 0.8?
- ========================
-
- Minor changes
- -------------
-
- * The models of the shipping app now have abstract base classes, similar to
- the rest of Oscar.
-
- Bugfixes
- ~~~~~~~~
-
-
- Backwards incompatible changes in 0.8
- =====================================
-
- * The legacy ``ShippingMethod`` name of the interface of the shipping app has
- been removed. Inherit from ``shipping.base.Base`` for the class instead, and
- inherit from ``shipping.abstract_models.AbstractBase`` for model-based
- shipping methods.
-
- Removal of features deprecated in 0.7
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
- Renamed templates
- ~~~~~~~~~~~~~~~~~
-
- Template block changes
- ~~~~~~~~~~~~~~~~~~~~~~
-
- Migrations
- ~~~~~~~~~~
-
- * Address:
-
- * Catalogue:
-
- * Customer:
-
- * Offer:
-
- * Order:
-
- * Partner:
-
- * Payment:
-
- * Promotions:
-
- * Shipping:
-
- * Reviews:
-
- * Voucher:
-
-
- Features deprecated in 0.8
- ==========================
|