Metadata-Version: 1.0
Name: django-configfield
Version: 0.1.0-beta
Summary: A new model and form field flexible for schema changes, stored as JSON in database.
Home-page: https://bitbucket.org/msaelices/django-configfield/
Author: Manuel Saelices
Author-email: msaelices@yaco.es
License: UNKNOWN
Description: django-configfield
        ==================
        
        A new model and form field flexible for schema changes. Internally is
        stored as JSON field in database.
        
        (( to be completed ))
        
        0.1.0-beta
        ----------
        
        * Improved type checking. Needed when the config field is placed in a subclass.
        
        * Fix name of base template.
        
        0.1.0-alpha
        -----------
        
        * Initial version
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
