Changes between Initial Version and Version 1 of Ticket #26896


Ignore:
Timestamp:
Jul 14, 2016, 8:39:34 AM (8 years ago)
Author:
Tim Graham
Comment:

Could you provide a test for tests/file_storage/tests.py that demonstrates your use case?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26896 – Description

    initial v1  
    1 Changes introduced with commit fb9d8f06 fixing #22717 causes `FileSystemStorage` to evaluate the content of `base_url` uppon initialization.
     1Changes introduced with commit [fb9d8f06] fixing #22717 causes `FileSystemStorage` to evaluate the content of `base_url` uppon initialization.
    22This causes issues if the `base_url` is defined as `reverse_lazy` as it is resolved and can cause `ImportError`.
    33
Back to Top