diff options
| author | Vytis Banaitis <vytis.banaitis@gmail.com> | 2017-01-20 23:04:05 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-26 08:19:27 -0500 |
| commit | d1bab24e0144d14513a1411503c95ececb425188 (patch) | |
| tree | 187452bf7b66a9600abc47570ccae22e6d539ede /docs/ref/models | |
| parent | 888c1e9bfe49135d049cbdcbbb0f2e97a1a0a1f5 (diff) | |
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 2893c91b8e..844c9e1d11 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2391,10 +2391,9 @@ Note the first query will match ``'Beatles Blog'``, ``'beatles blog'``, .. admonition:: SQLite users - When using the SQLite backend and Unicode (non-ASCII) strings, bear in - mind the :ref:`database note <sqlite-string-matching>` about string - comparisons. SQLite does not do case-insensitive matching for Unicode - strings. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note <sqlite-string-matching>` about string comparisons. + SQLite does not do case-insensitive matching for non-ASCII strings. .. fieldlookup:: contains @@ -2438,9 +2437,8 @@ SQL equivalent:: .. admonition:: SQLite users - When using the SQLite backend and Unicode (non-ASCII) strings, bear in - mind the :ref:`database note <sqlite-string-matching>` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note <sqlite-string-matching>` about string comparisons. .. fieldlookup:: in @@ -2572,9 +2570,8 @@ SQL equivalent:: .. admonition:: SQLite users - When using the SQLite backend and Unicode (non-ASCII) strings, bear in - mind the :ref:`database note <sqlite-string-matching>` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note <sqlite-string-matching>` about string comparisons. .. fieldlookup:: endswith @@ -2614,9 +2611,8 @@ SQL equivalent:: .. admonition:: SQLite users - When using the SQLite backend and Unicode (non-ASCII) strings, bear in - mind the :ref:`database note <sqlite-string-matching>` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note <sqlite-string-matching>` about string comparisons. .. fieldlookup:: range |
