dj-database-url/dj_database_url
Nikita Sobolev f600d9089b
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.
2023-09-26 18:52:20 +01:00
..
__init__.py Do not leak key loop variable into global namespace (#226) 2023-09-26 18:52:20 +01:00
py.typed Redo as a package to fix mypy issues (#215) 2023-04-13 10:59:57 +01:00