diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2026-01-19 15:39:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 08:39:25 -0500 |
| commit | 25416413470d8e6630528626ee8b033d2d77ff46 (patch) | |
| tree | 69331b93412e68d0c0c63df30541ff349053d34f /docs/ref/contrib | |
| parent | 899eee3883bfdfeb4ea3ac7f6b3b4588b728e6dc (diff) | |
Fixed unbalanced parentheses in docs.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/postgres/lookups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/lookups.txt b/docs/ref/contrib/postgres/lookups.txt index 6dc6618f9a..63cb0a116b 100644 --- a/docs/ref/contrib/postgres/lookups.txt +++ b/docs/ref/contrib/postgres/lookups.txt @@ -89,7 +89,7 @@ can be chained with other lookup functions. To use it, you need to add 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). +migrations. .. _unaccent extension on PostgreSQL: https://www.postgresql.org/docs/current/unaccent.html |
