/django-generic-plus

Django model field that behaves as both a GenericForeignKey and a FileField

Primary LanguagePythonOtherNOASSERTION

django-generic-plus

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.