Metadata-Version: 2.1
Name: django-storage-text-field
Version: 1.5.2
Summary: Custom Django field that saves content to storages and a reference to the stored file in the database.
Home-page: http://github.com/PolicyStat/django-storage-text-field/
Author: Jason Ward
Author-email: jason.ward@policystat.com
License: MIT License
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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: Environment :: Web Environment

# django-storage-text-field
Store content on using storages, but otherwise act like a text field
