1
vote
1answer
66 views
How to check if a FileField has been modified in the Admin of Django ?
Hello,
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 …
0
votes
1answer
81 views
Anyone know an up-to-date (September 2009) example of file-uploading in Django?
UPDATE : thanks to posters below, it's clear that the official documentation is up-to-date. Best to read that carefully rather than skim a bunch of other pages that turn up in Google.
I keep …
