Files
openide/python/helpers/bundled_stubs/django-stubs/contrib/flatpages/admin.pyi
Aleksei Kniazev f985a175df PY-76629: [python] bundle django-stubs, add them to the interpreter path and turn off stub suppressor
GitOrigin-RevId: 044f50f973193d54ea361d3c9b2d64ee3b83974a
2024-10-28 14:57:56 +00:00

12 lines
259 B
Python

from typing import Any
from django.contrib import admin
from django.contrib.flatpages.models import FlatPage
class FlatPageAdmin(admin.ModelAdmin[FlatPage]):
form: Any
fieldsets: Any
list_display: Any
list_filter: Any
search_fields: Any