Opened 9 years ago
Closed 9 years ago
#26314 closed Bug (duplicate)
Filesystem Storage Class ignores settings changes
Description ¶
In situations where the settings (such as MEDIA_ROOT) changes the FilesystemStorage class should ideally reflect those changes.
It is clear from the Source code that this class ignores all settings changes.
This hampers testing - effectively making the @override_setting decorator pointless when used to override MEDIA_ROOT - although this is not mentioned in the documentation.
Change History (1)
comment:1 by , 9 years ago
Component: | Uncategorized → File uploads/storage |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
Looks like a duplicate of #26038 which is fixed in Django 1.10.