We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that adding django-types to my project installed types-psycopg2 too
django-types
types-psycopg2
But I'm not using Postgres db and I don't have psycopg2 installed
psycopg2
In Django that's an optional dependency that has to be installed manually
The text was updated successfully, but these errors were encountered:
I'd be curious what happens when it's not installed and someone tries to use a Django Postgres specific thing, since we depend on the types:
django-types/django-stubs/db/backends/utils.pyi
Line 11 in 610f267
Sorry, something went wrong.
No branches or pull requests
I noticed that adding
django-types
to my project installedtypes-psycopg2
tooBut I'm not using Postgres db and I don't have
psycopg2
installedIn Django that's an optional dependency that has to be installed manually
The text was updated successfully, but these errors were encountered: