Metadata-Version: 1.1
Name: jmbo-poll
Version: 0.1.2
Summary: Polling app for Jmbo.
Home-page: http://github.com/praekelt/jmbo-poll
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Authors
        =======
        
        Praekelt Foundation
        -------------------
        
        * Hedley Roos
        
        Changelog
        =========
        
        0.1.2
        -----
        #. Performance improvements.
        
        0.1.1
        -----
        #. Add caching to detail and widget templates.
        
        0.1
        ---
        #. Add 'See results' link. This can possibly break current styling.
        
        0.0.9
        -----
        #. Correctly limit poll vote counts to PollOption ContentType.
        
        0.0.5
        -----
        #. Require minimum jmbo 0.1.20
        #. Admin inline option reports.
        
        0.0.4
        -----
        #. Polls do not abuse the base model liking settings anymore.
        #. Vote detail page and widget now prompts user for login if required.
        #. South migrations. If you have an existing database then run ./bin/django migrate poll 0001 --fake.
        
        0.0.3
        -----
        #. Signal dispatched when poll option selected.
        
        0.0.2
        -----
        #. Fix detail view can_vote check.
        
        0.0.1
        -----
        #. Initial release.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
