Changes between Version 1 and Version 2 of Ticket #15636, comment 16


Ignore:
Timestamp:
Mar 7, 2012, 4:45:13 AM (12 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15636, comment 16

    v1 v2  
    44> FileSystemStorage.path method uses django.utils._os.safe_join function to join base with paths which in turn uses normcase.
    55>
    6  safe_join() was fixed in this regard in r16267.
     6
     7safe_join() was fixed in this regard in r16267.
    78
    89Rather than analisis of code what we need is what jezdez has already asked for twice above: An autocontained minimal application+test case with models/code/instructions that fails in your environment. We've had one core dev, one trusted collaborator both in this ticket, and at least one more person in the IRC channel reporting that they can't reprofuce this also using Windows.
Back to Top