bartTC / django-attachments

A generic Django application to attach Files (Attachments) to any model.
BSD 3-Clause "New" or "Revised" License
296 stars 90 forks source link

Add db_index to object_id field #71

Closed atodorov closed 4 years ago

atodorov commented 4 years ago

This field is used in AttachmentManager.attachments_for_object(), get_attachments_for template tag!