From e626a3f993fc0581a3e0770a3930ac1fc20196cb Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 22 Dec 2018 23:11:36 +0000 Subject: Renamed Sqlite and Sqlite3 references to SQLite. --- docs/faq/install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/faq') diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 30dae8d34f..1aaaa56b29 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -30,12 +30,12 @@ popular alternatives. If you want to use Django with a database, which is probably the case, you'll also need a database engine. PostgreSQL_ is recommended, because we're -PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported. +PostgreSQL fans, and MySQL_, `SQLite`_, and Oracle_ are also supported. .. _Python: https://www.python.org/ .. _PostgreSQL: https://www.postgresql.org/ .. _MySQL: https://www.mysql.com/ -.. _`SQLite 3`: https://www.sqlite.org/ +.. _`SQLite`: https://www.sqlite.org/ .. _Oracle: https://www.oracle.com/ .. _faq-python-version-support: -- cgit v1.3