-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[deps] Update django-import-export requirement from ~=3.3.0 to ~=4.1.1 #915
base: master
Are you sure you want to change the base?
[deps] Update django-import-export requirement from ~=3.3.0 to ~=4.1.1 #915
Conversation
@dependabot rebase |
e2a4b3c
to
4a9a446
Compare
c95e91f
to
a963643
Compare
The new version of django-import-export added the functionality to select the fields to export. I have disabled this functionality and configured the admin to revert to the previous (v3) version of the export confirm screen where all of the fields are exported. Removing necessary fields from the export like organization can lead to the exported file becoming useless as it can't be imported back to the system. |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Updates the requirements on [django-import-export](https://github.com/django-import-export/django-import-export) to permit the latest version. - [Release notes](https://github.com/django-import-export/django-import-export/releases) - [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst) - [Commits](django-import-export/django-import-export@3.3.0...4.1.1) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
a963643
to
15b6fc8
Compare
django-import-export>=4.0 dropped support for Django 3.2. We will merge this PR after dropping support for Django 3.2 |
A newer version of django-import-export exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Updates the requirements on django-import-export to permit the latest version.
Release notes
Sourced from django-import-export's releases.
Changelog
Sourced from django-import-export's changelog.
... (truncated)
Commits
afd099f
updated changelog for 4.1.19216df3
Add class path to deprecated method warnings (#1899)850ba0d
Remove use of getattr() in Field.repr() (#1898)af69ec8
Restore return value for Resource.get_fields() (#1897)06557c3
updated release notes formatd4da64c
updated changelog5420a96
updated RELEASE.md with warning0dfaf84
Merge branch '4-0-x'ad004e9
issue 1888: remove django version check for custom storages (#1889)6dda647
corrected filter_export() exampleYou can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)