d120 / kifplan

Tool zu Planung einer Bundesfachschaftentagung (Konferenz der Informatikfachschaften)
GNU Affero General Public License v3.0
3 stars 0 forks source link

Bump django-import-export from 1.2.0 to 2.0 #107

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django-import-export from 1.2.0 to 2.0.

Changelog *Sourced from [django-import-export's changelog](https://github.com/django-import-export/django-import-export/blob/master/docs/changelog.rst).* > 2.0 (2019-12-03) > ================ > > - \[django2.2\] Add real support of Django 2.2 before 3.0 is out ([#1021](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1021)) > - fix: DateTimeWidget not timezone sensitive ([#813](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/813)) ([#943](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/943)) > - Move actions definition to ExportActionMixin ([#992](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/992)) > - Add language support: Turkish ([#1013](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1013)) > - Fix exception import for Django 3 ([#1010](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1010)) > - Fix potential header / row column mismatches for invalid rows in… ([#995](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/995)) > - Assume user is importing new data if id fields not included ([#996](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/996)) > - Fix bug with spaces in export filename, pass request and queryset ([#980](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/980)) > - Simplify Django version in TravisCI ([#970](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/970)) > - Merge pull request [#966](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/966) from andrewgy8/bump-stale-bot-time > - Align error in rtl mode ([#954](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/954)) > - Add dutch translations ([#951](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/951), [#1024](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1024)) > - Add 3.8-dev to travis ci ([#926](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/926)) > - Fix style in getting\_started docs ([#952](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/952)) > - Update documentation to show that mixins must be referenced before admin.ModelAdmin. ([#946](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/946)) > - JSONWidget updated with null value fix ([#928](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/928)) > - Import rows have background color ([#929](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/929)) > - Use resource get\_queryset in ModelInstanceLoader ([#920](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/920)) > - Simplify coerce to text type ([#887](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/887)) > - More flexibility in ConfirmImportForm, forms and resource kwargs ([#893](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/893)) > - Add JSON B type field mapping ([#904](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/904)) > - Scale back stale bot's time-to-stale ([#918](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/918)) > - test: explicitly order qs in ManyToManyWidget > - Add mysql to travis > - Expand doc strings to include Mixin superclasses ([#914](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/914)) > - Remove python2 compatibility decorator > - chore: fix Imports are incorrectly sorted. > - Use global env vars for postgres > - Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing > - Fix warning from assertEquals > - Add psycopg2 as postgres driver to test requirements > - Add django version to the matrix > - Add matrix for sqlite and postgres testing > - Correct mistaken assertTrue() -> assertEquals() > - chore: add package long\_description > - chore: add python wheels to dev requirements ([#890](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/890)) > - Add github directory with PR and issue templates > - Isort all the things > - Use coveralls master branch tag in the readme > - Remove support for Django < 2.0 and Python < 3.5
Commits - [`00d9ff2`](https://github.com/django-import-export/django-import-export/commit/00d9ff218a350a3370cd23c17dbeb5296343e7c1) Preparing release 2.0 - [`2dc4c9b`](https://github.com/django-import-export/django-import-export/commit/2dc4c9bb6030b1b64773b84aec9909597836d347) chore: Preparing release 2.0.0 - [`3cf5e3f`](https://github.com/django-import-export/django-import-export/commit/3cf5e3f9796a5caf7c5ea3928119af7ce4706c0d) Fix Dutch translations ([#1024](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1024)) - [`98e6fde`](https://github.com/django-import-export/django-import-export/commit/98e6fdec810619ae71cc23eb866efbbe6cfacb7c) [django2.2] Add real support of Django 2.2 before 3.0 is out ([#1021](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1021)) - [`7dabf55`](https://github.com/django-import-export/django-import-export/commit/7dabf55887cccbd29fbe8df6fd6239b2e00fc6fd) [py38] Python 3.8 is no longer dev ([#1022](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1022)) - [`4589d4c`](https://github.com/django-import-export/django-import-export/commit/4589d4c40bd5b8ecb1b34e69e5f5e6632217de2c) fix: DateTimeWidget not timezone sensitive ([#813](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/813)) ([#943](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/943)) - [`d75c381`](https://github.com/django-import-export/django-import-export/commit/d75c381d7bc39afe851d7d4ce6dcfd2accc60cbf) Add missing space to description ([#1015](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1015)) - [`52c69fe`](https://github.com/django-import-export/django-import-export/commit/52c69fef47aa2671c57d6202cab6cbd397e3db5a) Move actions definition to ExportActionMixin ([#992](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/992)) - [`01c12ae`](https://github.com/django-import-export/django-import-export/commit/01c12aee9958186ee1e56a9c477f954d4fee49f1) Add language support: Turkish ([#1013](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1013)) - [`7bb9344`](https://github.com/django-import-export/django-import-export/commit/7bb934495426e02d9570994faad3dbe7dff8ef25) Fix exception import for Django 3 ([#1010](https://github-redirect.dependabot.com/django-import-export/django-import-export/issues/1010)) - Additional commits viewable in [compare view](https://github.com/django-import-export/django-import-export/compare/1.2.0...2.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)