mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed incorrect formatting for inline pluralized code references in docs.
This commit is contained in:
parent
e7a9d756ee
commit
efe3ca09e0
11 changed files with 64 additions and 58 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue