mirror of
https://github.com/django/django.git
synced 2025-11-24 04:47:12 +00:00
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
This commit is contained in:
parent
4286a23df6
commit
f81e6e3a53
230 changed files with 3250 additions and 2914 deletions
|
|
@ -88,7 +88,8 @@ can be chained with other lookup functions. To use it, you need to add
|
|||
``'django.contrib.postgres'`` in your :setting:`INSTALLED_APPS` and activate
|
||||
the `unaccent extension on PostgreSQL`_. The
|
||||
:class:`~django.contrib.postgres.operations.UnaccentExtension` migration
|
||||
operation is available if you want to perform this activation using migrations).
|
||||
operation is available if you want to perform this activation using
|
||||
migrations).
|
||||
|
||||
.. _unaccent extension on PostgreSQL: https://www.postgresql.org/docs/current/unaccent.html
|
||||
|
||||
|
|
@ -105,7 +106,7 @@ The ``unaccent`` lookup can be used on
|
|||
|
||||
.. warning::
|
||||
|
||||
``unaccent`` lookups should perform fine in most use cases. However, queries
|
||||
using this filter will generally perform full table scans, which can be slow
|
||||
on large tables. In those cases, using dedicated full text indexing tools
|
||||
might be appropriate.
|
||||
``unaccent`` lookups should perform fine in most use cases. However,
|
||||
queries using this filter will generally perform full table scans, which
|
||||
can be slow on large tables. In those cases, using dedicated full text
|
||||
indexing tools might be appropriate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue