summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark-summerfield <mark@qtrac.eu>2016-10-27 14:14:04 +0100
committerTim Graham <timograham@gmail.com>2016-10-27 09:14:37 -0400
commit261c6c0447659fa67a7fa1e5b87adb491dc5ec77 (patch)
tree0594f6bc50a12382e6afdf89084ee0b0e2fc295d
parentdf66aee8566dccc8c5005eeb291155f3b5e6f9f6 (diff)
[1.10.x] Described PostgreSQL as more scalable than SQLite.
Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index b877aa49a0..bd7e9c18ca 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -16,7 +16,7 @@ By default, the configuration uses SQLite. If you're new to databases, or
you're just interested in trying Django, this is the easiest choice. SQLite is
included in Python, so you won't need to install anything else to support your
database. When starting your first real project, however, you may want to use a
-more robust database like PostgreSQL, to avoid database-switching headaches
+more scalable database like PostgreSQL, to avoid database-switching headaches
down the road.
If you wish to use another database, install the appropriate :ref:`database