Oscar 0.4.5 release notes¶
- release
2013-01-25
Extend get_class to support loading from non-Oscar packages
Oscar 0.4.3 release notes¶
- release
2013-01-16
Pin django-haystack version as backwards-incompatible changes are happening
Oscar 0.4.0 release notes¶
- release
2012-10-19
Quite a big release this one. Several new features have been added since the 0.3 release series:
Better support for digital products. Additional fields added to product class model.
HTML editing within the dashboard
A new email dashboard
Major refactor of the offers module and test suite
Product stock alerts: customers can request an alert when when a product comes back into stock
Customer notifications: an API and inbox for sending users notifications
Upgrading¶
Four apps have new migrations. If you subclass these apps in your project, you will need to create a new schema migration for each to pick up the upstream changes.
Basket:
A
price_excl_taxhas been added tobasket.Line. This is useful for applications that use dynamic pricing where both the price with and without tax needs to be stored.
Catalogue:
A
requires_shippingfield has been added tocatalogue.ProductClassto facilitate better support for digital products (that don’t require shipping).The
codefield ofcatalogue.Optionnow has a unique index.
Customer:
New models for stock alerts and notifications
The
email_subject_templatefield fromcustomer.CommunicationEventTypeis now nullable.
Order:
An
offer_namefield has been added toorder.OrderDiscountso retain audit information on discounts after offers are deleted.
Please ask on the mailing list if any other problems are encountered.