MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.93k stars 882 forks source link

Uploading files in Attachment fixed #521

Closed shaikhmudassir closed 7 months ago

shaikhmudassir commented 7 months ago

The Attachment model uses a Profile instance for the created_by attribute. While BaseModel refers to the User instance for the same field. It's the reason for the error. @ashwin31 Please review this PR