Fixed incorrect formatting for inline pluralized code references in docs.

This commit is contained in:
Clifford Gama 2025-03-13 20:18:35 +02:00 committed by GitHub
parent e7a9d756ee
commit efe3ca09e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 64 additions and 58 deletions

View file

@ -824,7 +824,7 @@ Substring matching and case sensitivity
For all SQLite versions, there is some slightly counterintuitive behavior when
attempting to match some types of strings. These are triggered when using the
:lookup:`iexact` or :lookup:`contains` filters in Querysets. The behavior
:lookup:`iexact` or :lookup:`contains` filters in querysets. The behavior
splits into two cases:
1. For substring matching, all matches are done case-insensitively. That is a
@ -1213,8 +1213,8 @@ string, and the data is silently converted to reflect this assumption.
``TextField`` limitations
-------------------------
The Oracle backend stores ``TextFields`` as ``NCLOB`` columns. Oracle imposes
some limitations on the usage of such LOB columns in general:
The Oracle backend stores each ``TextField`` as an ``NCLOB`` column. Oracle
imposes some limitations on the usage of such LOB columns in general:
* LOB columns may not be used as primary keys.