Changes between Initial Version and Version 1 of Ticket #26896
- Timestamp:
- Jul 14, 2016, 8:39:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26896 – Description
initial v1 1 Changes introduced with commit fb9d8f06fixing #22717 causes `FileSystemStorage` to evaluate the content of `base_url` uppon initialization.1 Changes introduced with commit [fb9d8f06] fixing #22717 causes `FileSystemStorage` to evaluate the content of `base_url` uppon initialization. 2 2 This causes issues if the `base_url` is defined as `reverse_lazy` as it is resolved and can cause `ImportError`. 3 3