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

Declare Django versions in install_requires #7063

Merged
merged 2 commits into from
Dec 12, 2019

Commits on Nov 21, 2019

  1. Declare Django versions in install_requires

    Pip's dependency resolver (used in pipenv, pip-compile, poetry, etc.) can use this to infer whether there's a verison collision in what it's being asked to install or not.
    adamchainz committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e03aeb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. No max

    adamchainz committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6b513f5 View commit details
    Browse the repository at this point in the history