Closed ggmblr closed 3 years ago
What version of django_cleanup are you using?
I'm using django-cleanup==5.1.0
Can you provide a minimal sample model and field? Typically this happens when either the settings MEDIA_ROOT or the field upload_to is misconfigured.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Strange kind of bug i came across.
When initiating a model instance, and then opening it in the admin page as if i were to modify it, simpli saving without making any changes prompts me with the following traceback:
It seems it is interpreting this as a replacement of the original logo with the same one, or something like this. Should i be worried about this?