From 0a5b4fd7b03012bbeb74642550cf68e41482166a Mon Sep 17 00:00:00 2001 From: q0w <43147888+q0w@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:31:42 +0300 Subject: [PATCH] Remove admin.helpers.checkbox --- django-stubs/contrib/admin/helpers.pyi | 2 -- scripts/stubtest/allowlist_todo_django50.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/django-stubs/contrib/admin/helpers.pyi b/django-stubs/contrib/admin/helpers.pyi index ac9b52f96..6a2a86ed9 100644 --- a/django-stubs/contrib/admin/helpers.pyi +++ b/django-stubs/contrib/admin/helpers.pyi @@ -19,8 +19,6 @@ class ActionForm(forms.Form): action: Any select_across: Any -checkbox: Any - @type_check_only class _PrepopulatedDict(TypedDict): field: BoundField diff --git a/scripts/stubtest/allowlist_todo_django50.txt b/scripts/stubtest/allowlist_todo_django50.txt index 5981ff9f2..3058855bc 100644 --- a/scripts/stubtest/allowlist_todo_django50.txt +++ b/scripts/stubtest/allowlist_todo_django50.txt @@ -28,7 +28,6 @@ django.contrib.admin.filters.EmptyFieldListFilter.get_lookup_condition django.contrib.admin.filters.FacetsMixin django.contrib.admin.filters.RelatedFieldListFilter.get_facet_counts django.contrib.admin.filters.SimpleListFilter.get_facet_counts -django.contrib.admin.helpers.checkbox django.contrib.admin.options.BaseModelAdmin.lookup_allowed django.contrib.admin.options.IS_FACETS_VAR django.contrib.admin.sites.AdminSite.get_model_admin