From d1bab24e0144d14513a1411503c95ececb425188 Mon Sep 17 00:00:00 2001 From: Vytis Banaitis Date: Fri, 20 Jan 2017 23:04:05 +0200 Subject: Refs #23919, #27778 -- Removed obsolete mentions of unicode. --- docs/ref/models/querysets.txt | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'docs/ref/models') 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 ` 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 ` 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 ` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note ` 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 ` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note ` 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 ` about string - comparisons. + When using the SQLite backend and non-ASCII strings, bear in mind the + :ref:`database note ` about string comparisons. .. fieldlookup:: range -- cgit v1.3