1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/dbshell
2021-01-20 17:30:37 +01:00
..
__init__.py
fake_client.py Refs #32061 -- Added test for dbshell password leak on PostgreSQL. 2020-10-30 10:12:47 +01:00
test_mysql.py Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows. 2020-11-03 11:38:40 +01:00
test_oracle.py Refs #32061 -- Unified DatabaseClient.runshell() in db backends. 2020-10-29 22:22:58 +01:00
test_postgresql.py Fixed #32292 -- Added support for connection by service name to PostgreSQL. 2021-01-20 17:30:37 +01:00
test_sqlite.py Refs #32061 -- Unified DatabaseClient.runshell() in db backends. 2020-10-29 22:22:58 +01:00
tests.py