add django-prometheus wrapped database engines to the list of supported db engines (#149)

This commit is contained in:
Beda Kosata 2020-04-28 22:38:21 +02:00 committed by GitHub
parent 182154a286
commit 41f490650e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,11 @@ SUPPORTED_DATABASE_ENGINES = {
# TODO: Remove when we drop Django 2.x support.
'transaction_hooks.backends.postgresql_psycopg2',
'transaction_hooks.backends.mysql',
# django-prometheus wrapped engines
'django_prometheus.db.backends.sqlite3',
'django_prometheus.db.backends.postgresql',
'django_prometheus.db.backends.mysql',
}
SUPPORTED_CACHE_BACKENDS = {