Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 599 Bytes

README.rst

File metadata and controls

14 lines (11 loc) · 599 Bytes

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.