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

Add django version information #41

Closed
wants to merge 1 commit into from

Conversation

switchtrue
Copy link

At least Django version 2.0 is required as sqlcommenter makes use of DatabseWrapper.execute_wrapper.
This implicitly means that python3.4 or higher is required too as that's what Django 2.0 supports

At least Django version 2.0 is required as sqlcommenter makes use of DatabseWrapper.execute_wrapper.
This implicitly means that python3.4 or higher is required too as that's what Django 2.0 supports
Copy link
Collaborator

@balachandr balachandr left a comment

Choose a reason for hiding this comment

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

Thanks @switchtrue, appreciate it.

@@ -29,6 +29,8 @@ pip3 install google-cloud-sqlcommenter[opentelemetry]

### Django

> Django version 2.0 or higher is required
Copy link
Collaborator

Choose a reason for hiding this comment

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

required.

Copy link
Collaborator

@omirho omirho left a comment

Choose a reason for hiding this comment

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

@switchtrue Thanks for bringing this to our notice.
This information is now available on the top of the python readme.

Closing this PR.

Thanks again!

@omirho omirho closed this Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants