From 25416413470d8e6630528626ee8b033d2d77ff46 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Mon, 19 Jan 2026 15:39:25 +0200 Subject: Fixed unbalanced parentheses in docs. --- docs/ref/contrib/postgres/lookups.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/contrib/postgres') 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 -- cgit v1.3