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

fixes __str__ method on attachment model #48

Closed jangeador closed 6 years ago

jangeador commented 6 years ago

Adds a test to show that the model str is not working

Modifies the str method on models.py to interpolate strings correctly.

jangeador commented 6 years ago

I will be closing this pull request as the main fix has already been implemented in the code.