From 0dec4c8f89e0aec8bc06400dcb6a11ad2809a2e6 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 8 May 2018 11:48:51 +0100 Subject: [PATCH] Update supported databases in docs --- docs/advanced_topics/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_topics/performance.rst b/docs/advanced_topics/performance.rst index 0dc737e6f6..5fdc8197a7 100644 --- a/docs/advanced_topics/performance.rst +++ b/docs/advanced_topics/performance.rst @@ -39,7 +39,7 @@ For details on configuring Wagtail for Elasticsearch, see :ref:`wagtailsearch_ba Database -------- -Wagtail is tested on SQLite, and should work on other Django-supported database backends, but we recommend PostgreSQL for production use. +Wagtail is tested on PostgreSQL, SQLite and MySQL. It should work on some third-party database backends as well (Microsoft SQL Server is known to work but currently untested). We recommend PostgreSQL for production use. Templates