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

Remove global register_schemes calls #246

Closed

Commits on Jan 13, 2020

  1. Remove global register_schemes calls

    Modifying the global urllib.parse/urlparse uses_* variables isn't needed anymore. Most aren't used and are only left for backwards_compatibility.
    Only one that could be relevant would be `uses_param` (for parsing path variables). But theses aren't used/read from the result anywhere in django-environ.
    Jorrit committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    170880c View commit details
    Browse the repository at this point in the history