I\'ve got a model, with FileField. When I edit this model in a view, I want to change the \"current\" value of FileField which gets displayed in the vi
FileField
One way of doing it, would be to write a custom form widget and override the render method.