diff options
| author | Simon Charette <charette.s@gmail.com> | 2018-12-21 18:29:48 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-22 14:20:43 -0500 |
| commit | 20f6f9eaa1ae6dfbfd346d167e17c3b50e74cc11 (patch) | |
| tree | a94d320c16e0b0d1a1c1896a51cb244fedcf7414 /django/db/backends/sqlite3/base.py | |
| parent | e671337e8b35427b379303cbf6808855f04083e8 (diff) | |
Renamed SQLite3 references to to SQLite.
The version suffix isn't part of the product name.
Diffstat (limited to 'django/db/backends/sqlite3/base.py')
| -rw-r--r-- | django/db/backends/sqlite3/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/sqlite3/base.py b/django/db/backends/sqlite3/base.py index 02c2a9c0c9..5d8f4028c2 100644 --- a/django/db/backends/sqlite3/base.py +++ b/django/db/backends/sqlite3/base.py @@ -1,5 +1,5 @@ """ -SQLite3 backend for the sqlite3 module in the standard library. +SQLite backend for the sqlite3 module in the standard library. """ import datetime import decimal |
