Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatability with Django safe_join and Windows (leading "/" on file path) #1015

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2020

  1. Add compatability on windows systems A drive letter will not be prefixed

    onto the user specified save path. The django utility
    django.utils._os.safe_join is used if the operating system is not
    windows 'nt'. If the operating sytem is windows 'nt' then the passed
    name will be checked against a path style specified for the dropbox SDK.
    AKA the root is kept as '/' and no drive is prefixed
    johnvorsten committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    0141717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572fe3a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    afc1e92 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    0be70ee View commit details
    Browse the repository at this point in the history