Tagged Questions
1
vote
1answer
234 views
How to check if a FileField has been modified in the Admin of Django?
I am trying to do a model with a file that shouldn't be modified. But the comment of the file can be.
Here is what I did, but we cannot modify the comment.
How can I test if a new file (using the ...