Cartridge v0.6.0 Release Notes

Release Date: 2012-08-05 // over 11 years ago
    • Remove old product class. Closes #42 - Stephen McDonald
    • sales updates priced_objects after saving - Dmitry Falk
    • Allow the discount percentage to be 100%. Subclass DecimalField and define our own formfield method to ensure that in the admin the fields enfore the upper and lower bounds of 100 and 0 respectively - Gary Reynolds
    • Use the receiver decorator for the new sale signal - Stephen McDonald
    • Move sku/stock fields onto the Priced model so that these mimic variations and can be managed in the product change list view when SHOP_USE_VARIATIONS is False. Added a new update_stock method to the variations model, called when an order is complete, that also takes care of synchronising the stock field on the product model. Added a new copy_price_fields_to method on the Priced model, since this occurs in both directions now across products and variations - Stephen McDonald
    • update fixtures: added product sku - Dmitry Falk
    • Update fixtures for new Page.in_menus field - Stephen McDonald
    • Apply grouping option to currency filter - Yong Choi
    • Update comments referencing old location of default settings in Mezzanine - Stephen McDonald
    • ImageWidget.render now accept filenames with unicode - beezz
    • Add new Mezzanine _meta_title field to products - Stephen McDonald
    • Added meta title migration - Stephen McDonald
    • Added Django's tx context processor to project_template's settings.py, and a commented out PAGE_MENU_TEMPLATES setting with comments - Stephen McDonald
    • add css control for price - Dmitry Falk
    • Change build IRC notifications to only occur if the build status changes - Stephen McDonald
    • Updated manage.py from Mezzanine - Stephen McDonald
    • More manage.py updates from Mezzanine - Stephen McDonald
    • really show default variation on product page - Dmitry Falk
    • Fix discount code form alignment on the cart page - Stephen McDonald
    • Reduce queries and don't assume default variation in product view - Stephen McDonald
    • Bump Mezzanine version to 1.2.0 - Stephen McDonald