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