Metadata-Version: 1.1
Name: django-multisessionform
Version: 0.1
Summary: Allows users to complete a ModelForm over multiple sessions"
Home-page: http://github.com/ckirby/django-multisessionform
Author: Chaim Kirby
Author-email: chaimkirby@gmail.com
License: BSD License
Description: Django Multi Session Form
        =========================
        
        Allows interaction with a form over multiple sessions, similar to many job and school application sites.
        
        ::
        
            $ python setup.py install
        	
        The project provides a mixin that will add the following methods to a model:
        
        * class methods:
        
         * get\_required\_fields()
         * multisessionform\_factory()
         
        * instance methods:
        
         * is\_complete()
         * get\_firs\t_incomplete\_field()
         * complete\_fields(ignore_required_fields = True)
         * incomplete\_fields()
         
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
