Metadata-Version: 2.0
Name: django-generic-plus
Version: 1.3.1
Summary: Django model field that combines the functionality of GenericForeignKey and FileField
Home-page: https://github.com/theatlantic/django-generic-plus
Author: The Atlantic
Author-email: programmers@theatlantic.com
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
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
Requires-Dist: python-monkey-business (>=1.0.0)

django-generic-plus
###################

.. image:: https://travis-ci.org/theatlantic/django-generic-plus.svg?branch=master
    :target: https://travis-ci.org/theatlantic/django-generic-plus
    :alt: Build Status

**django-generic-plus** is a python module which provides a Django model
field that combines the functionality of GenericForeignKey and FileField
into a single field.

It is useful in situations where one wishes to associate metadata with a
FileField or ImageField. It is currently used by
`django-cropduster <https://github.com/theatlantic/django-cropduster>`_.


