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
https://www.pgcli.com/django-pgcli.html
The text was updated successfully, but these errors were encountered:
django-pgcli doesn't seem to be compatible with Django 3.1 ashchristopher/django-pgcli#15
From 3.1 release notes:
DatabaseClient.runshell() now requires an additional parameters argument as a list of extra arguments to pass on to the command-line client. https://docs.djangoproject.com/en/3.1/releases/3.1/#database-backend-api
Workaround (if you use django_extensions): pgcli $(./manage.py sqldsn --quiet --style=uri) ashchristopher/django-pgcli#15 (comment)
django_extensions
pgcli $(./manage.py sqldsn --quiet --style=uri)
Sorry, something went wrong.
ashchristopher/django-pgcli#20 this fixes it if anyone can update the packages.
No branches or pull requests
https://www.pgcli.com/django-pgcli.html
The text was updated successfully, but these errors were encountered: