kbaskett248 / fair_scoring_site

0 stars 0 forks source link

chore(deps): bump django-import-export from 3.0.1 to 3.2.0 #78

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-import-export from 3.0.1 to 3.2.0.

Release notes

Sourced from django-import-export's releases.

3.2.0

v3.2.0

3.1.0

v3.1.0

3.0.2

No release notes provided.

Changelog

Sourced from django-import-export's changelog.

3.2.0 (2023-04-12)

  • Escape formulae on export to XLSX (#1568)

    • 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.

  • Updated setup.py (#1564)

  • Added SECURITY.md (#1563)

  • Updated FAQ to include workaround for RelatedObjectDoesNotExist exception (#1562)

  • Prevent error comparing m2m field of the new objects (#1560)

  • Add documentation for passing data from admin form to Resource (#1555)

  • Added new translations to Spanish and Spanish (Argentina) (#1552)

  • Pass kwargs to import_set function (#1448)

3.1.0 (2023-02-21)

  • Add optional dehydrate method param (#1536)

    • exceptions module has been undeprecated
  • Updated DE translation (#1537)

  • Add option for single step import via Admin Site (#1540)

  • Add support for m2m add (#1545)

  • collect errors on bulk operations (#1541)

    • this change causes bulk import errors to be logged at DEBUG level not EXCEPTION.
  • Improve bulk import performance (#1539)

    • raise_errors has been deprecated as a kwarg in import_row()
  • Reduce memory footprint during import (#1542)

  • documentation updates (#1533)

... (truncated)

Commits


Dependabot compatibility score

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)
kbaskett248 commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Looks like django-import-export is up-to-date now, so this is no longer needed.