﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31458	Allow changing executable_name for dbshell management command.	minusf	nobody	"This is a proof of concept to make the dbshell executable configurable either in `settings.py` (`DBSHELL_EXECUTABLE`) or through an environment variable (`DJANGO_DBSHELL_EXECUTABLE`).  The new executable must accept the same command line parameters.

If there is interest in this, i'll be happy to provide the bits for the other backends and the documentation.

`$ DJANGO_DBSHELL_EXECUTABLE=pgcli python manage.py dbshell`

https://github.com/django/django/pull/12709
"	New feature	closed	Core (Management commands)	3.0	Normal	wontfix			Unreviewed	1	0	0	0	0	0
