From fa855ea383fcf7cdd671793d7c03b2605c34d98b 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 0dc737e6f..5fdc8197a 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