diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2018-12-22 23:11:36 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-22 18:52:54 -0500 |
| commit | e626a3f993fc0581a3e0770a3930ac1fc20196cb (patch) | |
| tree | f8a836026eb9119d565e3fda8a8420b62f7aa6d1 /docs/ref/models | |
| parent | 7534e43497fed7714910ccec2a6e8acade8263ca (diff) | |
Renamed Sqlite and Sqlite3 references to SQLite.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
