diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:16:14 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:16:14 +0000 |
| commit | d1e74092785111fb514488646f7d213a964e1703 (patch) | |
| tree | ba89e46346bc265bfd1744f1052117598dfa5f25 /docs/ref | |
| parent | d1e5c55258d624058a93c8cacdb1f25ae7857554 (diff) | |
Fixed ReST indentation errors introduced in [16983]. Grr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 0312d264cf..9a83e059e5 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -726,11 +726,11 @@ some limitations on the usage of such LOB columns in general: * LOB columns may not be used in indexes. * LOB columns may not be used in a ``SELECT DISTINCT`` list. This means that -attempting to use the ``QuerySet.distinct`` method on a model that -includes ``TextField`` columns will result in an error when run against -Oracle. As a workaround, use the ``QuerySet.defer`` method in conjunction -with ``distinct()`` to prevent ``TextField`` columns from being included in -the ``SELECT DISTINCT`` list. + attempting to use the ``QuerySet.distinct`` method on a model that + includes ``TextField`` columns will result in an error when run against + Oracle. As a workaround, use the ``QuerySet.defer`` method in conjunction + with ``distinct()`` to prevent ``TextField`` columns from being included in + the ``SELECT DISTINCT`` list. .. _third-party-notes: |
