Metadata-Version: 1.1
Name: django-reviews
Version: 1.0
Summary: Generic reviews for Django.
Home-page: http://www.iqpp.com
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: BSD
Description: What is it?
        ===========
        
        A review consists of a comment and a rating. Reviews can be attached to
        arbitrary content objects.
        
        Features:
        =========
        
        * Anonymous / personalized reviews
        
        * Flexible rating scores
        
        * Optional moderation
        
        * Optional preview
        
        Documentation
        =============
        
        For more documentation please visit: http://packages.python.org/django-reviews/
        
        Changes
        =======
        
        1.0 (2014-06-08)
        ----------------
        
        * Adds Django 1.6 support
        
        0.2.1 (2009-10-17)
        ------------------
        
        * Added more tests
        
        * Updated installation section of documentation
        
        0.2.0 (2009-10-13)
        ------------------
        
        * Added ``get_best_rated`` and ``get_best_rated_for model`` methods
        
        * Added tests for utils' methods
        
        0.1.1 (2009-10-13)
        ------------------
        
        * Added documentation
        
        * Added a simple example
        
        0.1.0 (2009-10-11)
        ------------------
        
        * Initial public release
        
Keywords: django reviews
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
