Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not leak
key
loop variable into global namespace (#226)
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.
- Loading branch information