You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with django 4.2 we can't see the file anymore on the error page, because a fix was implemented for an eleven years old ticket and it broke the FileFieldbound_data function, who's called when rendering the widget.
So here's our fix (found this after a wild ride, you just need to redefine the function and to return the right data):
Starting with django 4.2 we can't see the file anymore on the error page, because a fix was implemented for an eleven years old ticket and it broke the
FileField
bound_data
function, who's called when rendering the widget.So here's our fix (found this after a wild ride, you just need to redefine the function and to return the right data):
The text was updated successfully, but these errors were encountered: