You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,17 @@ Performing exports with celery
158
158
6. Click on the link near the bottom of the page titled `Exported file`.
159
159
160
160
161
+
Excluding export file formats in the admin site
162
+
-----------------------------------------------
163
+
164
+
All available file formats to export are taken from the `Tablib project <https://pypi.org/project/tablib/>`.
165
+
166
+
To exclude or disable file formats from the admin site, configure `IMPORT_EXPORT_CELERY_EXCLUDED_FORMATS` django settings variable. This variable is a list of format strings written in lower case.
0 commit comments