Closed j00bar closed 9 years ago
https://github.com/django/django/blob/1.8/django/core/files/storage.py#L115
So unless a Storage implementation implements this, you'll get an error. This one doesn't:
Since you're only using path to get access to the file extension, the "name" attribute of the FieldFile should be sufficient.
Hi @j00bar,
Which backend doesn't? Is it possible to write a test to expose the bug?
Thanks