I have a ModelForm with an additional filefield in it, now I can submit the form and the file is being uploaded the way I wanted also the records are being saved.
The problem is that when I'm editing, the filefield appears empty. How do I make it so it displays the current file uploaded on the record being edited?