This includes deprecation of :ref:IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT.
Refer to :ref:installation for alternatives.
:meth:import_export.formats.TablibFormat.export(): escape_output flag now deprecated in favour of
escape_html and escape_formulae.
Refactor methods so that args are declared correctly (#1566)
This includes deprecations to be aware of if you have overridden :meth:~import_export.resources.Resource.export
or :class:~import_export.forms.ImportExportFormBase.
export(): If passing queryset as the first arg, ensure this is passed as a named parameter.
ImportExportFormBase: If passing resources to __init__ as the first arg, ensure this is
passed as a named parameter.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps django-import-export from 3.0.1 to 3.2.0.
Release notes
Sourced from django-import-export's releases.
Changelog
Sourced from django-import-export's changelog.
... (truncated)
Commits
fcd2692
Preparing release 3.2.01a11393
locale updates8e77905
Fix escaping to support escape of XLSX formulae (#1568)a3a5c94
Pass kwargs to import_set function (#1448)fe4acc7
updated changelog0cefeac
Refactor invalid method declarations (#1566)ce74bb8
Update setup.py (#1564)f59c2e5
Rename security.md to SECURITY.md2d2b488
updated FAQ to include workaround forRelatedObjectDoesNotExist
exception (...54bc716
Add documentation for passing data from admin form to Resource (#1555)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)