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

Do not leak key loop variable into global namespace #226

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

sobolevn
Copy link
Contributor

This is a common problem for module level loops / helpers / etc.

key is importable name, it is even imported when using from dj_database_url import *. This is clearly not what we want.

This is a common problem for module level loops / helpers / etc.

`key` is importable name, it is even imported when using `from dj_database_url import *`. This is clearly not what we want.
@palfrey palfrey merged commit f600d90 into master Sep 26, 2023
23 checks passed
@palfrey palfrey deleted the sobolevn-patch-1 branch September 26, 2023 17:52
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.

2 participants