summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-06-11 10:32:51 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-06-11 11:02:36 -0400
commit09efda004551319d2956e20020dc0e42e40f151a (patch)
treeb20fdc9257f9d1f5b869bf70adebdab81493592d /docs
parente1df3950b2a3a852dfa9eb70738b7bac28cb0a0e (diff)
Refs #24941 -- Doc'd get_exclude() in base features shared by InlineModelAdmin.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 875739cffa..846ac0973b 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2316,6 +2316,7 @@ adds some of its own (the shared features are actually defined in the
- :attr:`~ModelAdmin.filter_vertical`
- :attr:`~ModelAdmin.ordering`
- :attr:`~ModelAdmin.prepopulated_fields`
+- :meth:`~ModelAdmin.get_exclude`
- :meth:`~ModelAdmin.get_fieldsets`
- :meth:`~ModelAdmin.get_queryset`
- :attr:`~ModelAdmin.radio_fields`