Metadata-Version: 1.1
Name: django-polyfield
Version: 0.1.0
Summary: Django Polyfield
Home-page: https://github.com/suutari/django-polyfield
Author: Tuomas Suutari
Author-email: tuomas@nepnep.net
License: MIT
Description: Django Polyfield
        ================
        
        Django Polyfield makes it possible to have a field in a Django model
        with polymorphic class.  The field could have a single instance or a
        list of instances which could have different classes.  Only requirement
        is that all of the classes are derived from PolyObject and implement
        JSON serialization.
        
Keywords: django,polymorphic,field,json
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
