From f3d311164faa93b1f6efd5ceb9b7d2977142c4a8 Mon Sep 17 00:00:00 2001 From: matthewhegarty Date: Thu, 11 Jan 2024 18:22:30 +0000 Subject: [PATCH] updated api_forms.rst --- docs/api_forms.rst | 2 ++ docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api_forms.rst b/docs/api_forms.rst index dab0d71d3..2f122d36f 100644 --- a/docs/api_forms.rst +++ b/docs/api_forms.rst @@ -11,3 +11,5 @@ Forms .. autoclass:: ConfirmImportForm .. autoclass:: ExportForm + +.. autoclass:: SelectableFieldsExportForm diff --git a/docs/conf.py b/docs/conf.py index 433534d3a..f5700b1c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ # General information about the project. project = "django-import-export" -copyright = "2012–2023, Bojan Mihelac" +copyright = "2012–2024, Bojan Mihelac and others." # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the