summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2025-05-27 17:37:22 +0100
committernessita <124304+nessita@users.noreply.github.com>2025-08-25 10:51:10 -0300
commit6f8e23d1c10c7ce32cea82b65ad2af640015f147 (patch)
tree692a42d2a3c54a6610b17cc14679734973d98d89 /docs/releases/1.7.1.txt
parentef2f16bc4824ca2b10b7f2845baf4d313c9c0da1 (diff)
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-rw-r--r--docs/releases/1.7.1.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 640dfd3a43..9783921659 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -62,9 +62,9 @@ Bugfixes
* Fixed renaming of models with a self-referential many-to-many field
(``ManyToManyField('self')``) (:ticket:`23503`).
-* Added the :meth:`~django.contrib.admin.InlineModelAdmin.get_extra()`,
- :meth:`~django.contrib.admin.InlineModelAdmin.get_max_num()`, and
- :meth:`~django.contrib.admin.InlineModelAdmin.get_min_num()` hooks to
+* Added the :meth:`~django.contrib.admin.InlineModelAdmin.get_extra`,
+ :meth:`~django.contrib.admin.InlineModelAdmin.get_max_num`, and
+ :meth:`~django.contrib.admin.InlineModelAdmin.get_min_num` hooks to
:class:`~django.contrib.contenttypes.admin.GenericInlineModelAdmin`
(:ticket:`23539`).