summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2018-12-22 23:11:36 +0000
committerTim Graham <timograham@gmail.com>2018-12-22 18:52:54 -0500
commite626a3f993fc0581a3e0770a3930ac1fc20196cb (patch)
treef8a836026eb9119d565e3fda8a8420b62f7aa6d1 /docs
parent7534e43497fed7714910ccec2a6e8acade8263ca (diff)
Renamed Sqlite and Sqlite3 references to SQLite.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt4
-rw-r--r--docs/ref/contrib/gis/install/spatialite.txt2
-rw-r--r--docs/ref/models/querysets.txt4
3 files changed, 5 insertions, 5 deletions
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:
diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt
index 6e85a86547..1565be2c38 100644
--- a/docs/ref/contrib/gis/install/spatialite.txt
+++ b/docs/ref/contrib/gis/install/spatialite.txt
@@ -116,7 +116,7 @@ Homebrew
--------
`Homebrew`_ handles all the SpatiaLite related packages on your behalf,
-including SQLite3, SpatiaLite, PROJ, and GEOS. Install them like this::
+including SQLite, SpatiaLite, PROJ, and GEOS. Install them like this::
$ brew update
$ brew install spatialite-tools
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 2f32382e1f..81a82fe7b6 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -3403,7 +3403,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``StdDev`` out of the box. An implementation
- is available as an extension module for SQLite. Consult the `SQlite
+ is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.
@@ -3437,7 +3437,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``Variance`` out of the box. An implementation
- is available as an extension module for SQLite. Consult the `SQlite
+ is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.