Skip to content

fix: Update django dependency and add how to install information #13 #14

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

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

Luferov
Copy link
Collaborator

@Luferov Luferov commented Feb 22, 2022

Update django dependency and added information about how to install via pip or poetry.

@Luferov Luferov added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Feb 22, 2022
@Luferov Luferov self-assigned this Feb 22, 2022
@Luferov Luferov linked an issue Feb 22, 2022 that may be closed by this pull request
Copy link
Member

@SquakR SquakR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some versions issues.

@@ -17,7 +17,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.6.2"
Django = "3.2"
Django = ">=3.2.12,<5.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using Django v4 is not possible now, because graphene-django v2.15 has some issues with the Django v4. graphql-python/graphene-django#1284

@SquakR SquakR merged commit 954277f into main Feb 22, 2022
@SquakR SquakR deleted the luferov/dependency branch March 31, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update django dependency
2 participants