Metadata-Version: 1.0
Name: django-lfs
Version: 0.5.0b5
Summary: LFS - Lightning Fast Shop
Home-page: http://www.getlfs.com
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: BSD
Description: What is it?
        ===========
        
        LFS is an online shop based on Python, Django and jQuery.
        
        Information
        ===========
        
        For more information please visit:
        
        * http://www.getlfs.com
        
        Documentation
        =============
        
        For the latest documentation please visit:
        
        * http://packages.python.org/django-lfs/
        
        Demo shop
        =========
        
        A demo shop can be tried here:
        
        * http://demo.getlfs.com
        
        Changes
        =======
        
        0.5.0 beta 5 (2010-07-31)
        -------------------------
        
        * Bugfix add_to_cart: display correct stock amount if not enough products are within stock.
        * Added more tests
        
        0.5.0 beta 4 (2010-07-30)
        -------------------------
        
        * Bugfix pages: caching page_view
        * Bugfix cart: display correct stock amount within growl message
        * Bugfix product_inline: display property title within error message
        * Bugfix order_received_mail.html: display the correct selected values of a configurable product
        * Bugfix cart: calculation of maximum delivery date
        * Bugfix redirect: save redirect url for variants
        * Bugfix lfs.page.views: added missing import of Http404
        * Bugfix: restrict adding to cart if the product is not deliverable. Issue #37
        * Added french translations (Jacques Seite)
        * Added get_properties method to OrderItem
        * Added optional cached parameter to cart/utils/get_cart_price and cart/utils/get_cart_costs
        * Removed javascript which dynamically sets the height of the slots.
        * Changed properties management: display name instead of title within left portlet
        * Improved lfs.portlet: caching
        
        0.5.0 beta 3 (2010-06-30)
        -------------------------
        
        * Bugfix manage property form: display validators for float field
        * Bugfix: Using property title instead of name
        * Bugfix Product.get_variant_properties: display only variant properties
        * Bugfix order_inline.html: display product.unit instead of price_unit;
        display title of property
        * Bugfix cart: inject correct html after refresh the cart
        * Check also for existing username within RegisterForm
        * Take subject for new_user_mail from template
        * Display default value for configurable properties
        
        0.5.0 beta 2 (2010-06-27)
        -------------------------
        
        * Cleaned up contact form
        
        0.5.0 beta 1 (2009-12-27)
        -------------------------
        
        * First public beta release
Keywords: django e-commerce online-shop
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
