creimers / graphene-auth-examples

Examples of authentication and authorization with django graphene
MIT License
67 stars 11 forks source link

Bump djangorestframework-filters from 0.8.0 to 0.11.1 #11

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps djangorestframework-filters from 0.8.0 to 0.11.1.

Release notes *Sourced from [djangorestframework-filters's releases](https://github.com/philipn/django-rest-framework-filters/releases).* > ## v0.11.1 > No release notes provided. > > ## v0.10.2.post0 > This is a post release that set `django-filter` compatibility to `1.x`. > > * [#253](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/253) Set django-filter version at 1.x-compatible releases. > > ## v0.10.2 > This is a maintenance release that fixes compatibility with `django-filter`. > > * [#189](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/189) Fix method name collision > > ## v0.10.1 > This is a maintenance release that fixes the following bugs: > > * [#172](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/172) Prevent deepcopying of filter's parent > > ## v0.10.0 > This release primarily adds compatibility with `django-filter` 1.0 (more details > in [#144](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/144)), and is an intermediate step to overhauling the behavior of filters > that span relationships. > > As `RelatedFilter` is a subclass of `ModelChoiceFilter`, you may take advantage > of the `callable` behavior for the `queryset` argument. The `queryset` is now a > required argument, which is a forwards-incompatible change. You can provide the > model's default queryset to maintain the current behavior, or a callable, which > will allow you to filter the queryset by the request's properties. > > * [#124](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/124) Removed deprecation warnings > * [#128](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/128) Fix all lookups handling for related fields > * [#129](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/129) Fix template rendering > * [#139](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/139) Fix metaclass inheritance bug > * [#146](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/146) Make `RelatedFilter.queryset` a required argument > * [#154](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/154) Add python 3.6 support > * [#161](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/161) Fix request-based filtering > * [#170](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/170) Improve RelatedFilter queryset error message > > ## v0.9.1 > - [#128](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/128) Fix all lookups handling for related fields > - [#129](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/129) Fix backend template rendering > - [#148](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/148) Version lock django-filter<1.0 due to API incompatibilities > > ## v0.9.0 > This release is tied to the 0.15.0 update of django-filter, and is in preparation of > a (near) simultaneous 1.0 release. All current deprecations will be removed in the > next release. > - Updates django-filter requirement to 0.15.0 > - [#101](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/101) Add support for Django 1.10, set DRF support to 3.3, 3.4, and drop support for python 3.2 > - [#114](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/114) Add `lookups` argument to `RelatedFilter` > ... (truncated)
Changelog *Sourced from [djangorestframework-filters's changelog](https://github.com/philipn/django-rest-framework-filters/blob/master/CHANGELOG.rst).* > v0.11.1: > ======== > > Fixes a packaging issue in v0.11.0 > > v0.11.0: > ======== > > This is a minor release that upgrades django-filter compatibility from `v1.0` to `v1.1`. No new functionality has been introduced. > > v0.10.2.post0: > ============== > > - [\#253](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/253) Set django-filter version at 1.x-compatible releases. > > v0.10.2: > ======== > > This is a maintenance release that fixes compatibility with django-filter. > > - [\#189](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/189) Fix method name collision > > v0.10.1: > ======== > > This is a maintenance release that fixes the following bugs: > > - [\#172](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/172) Prevent deepcopying of filter's parent > > v0.10.0: > ======== > > This release primarily adds compatibility with django-filter 1.0 (more details in [\#144](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/144)), and is an intermediate step to overhauling the behavior of filters that span relationships. > > As RelatedFilter is a subclass of ModelChoiceFilter, you may take advantage of the callable behavior for the queryset argument. The queryset is now a required argument, which is a forwards-incompatible change. You can provide the model's default queryset to maintain the current behavior, or a callable, which will allow you to filter the queryset by the request's properties. > > - [\#124](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/124) Removed deprecation warnings > - [\#128](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/128) Fix all lookups handling for related fields > - [\#129](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/129) Fix template rendering > - [\#139](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/139) Fix metaclass inheritance bug > - [\#146](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/146) Make RelatedFilter.queryset a required argument > - [\#154](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/154) Add python 3.6 support > - [\#161](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/161) Fix request-based filtering > - [\#170](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/170) Improve RelatedFilter queryset error message > > v0.9.1: > ======= > > - [\#128](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/128) Fix all lookups handling for related fields > - [\#129](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/129) Fix backend template rendering > ... (truncated)
Commits - [`331b23e`](https://github.com/philipn/django-rest-framework-filters/commit/331b23e8311ed747d6323b861c451c3399abe616) v0.11.1 - [`24c67bd`](https://github.com/philipn/django-rest-framework-filters/commit/24c67bdc4ad7951d5df16d0f7cc92ef69905a849) Fix 0.11.x packaging ([#296](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/296)) - [`ed634c8`](https://github.com/philipn/django-rest-framework-filters/commit/ed634c8b0c3296abe33886f4d030278e148a7cdc) Update django-filter to v1.1 ([#292](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/292)) - [`ff8943f`](https://github.com/philipn/django-rest-framework-filters/commit/ff8943f0c3a433fc0630a945439d26e830e0a7da) v0.10.2.post0 - [`77c5380`](https://github.com/philipn/django-rest-framework-filters/commit/77c5380a33b3dba259f4f3882d314ff61ccd4236) v0.10.2 - [`373242f`](https://github.com/philipn/django-rest-framework-filters/commit/373242f385b368ef4ef96350c001daeb4bc05c9e) Fix method name collision ([#189](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/189)) - [`49b77cc`](https://github.com/philipn/django-rest-framework-filters/commit/49b77cc1302c2aca148faa2564fc4a773ed5126a) Merge pull request [#178](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/178) from edmorley/generate-wheels - [`d0b0683`](https://github.com/philipn/django-rest-framework-filters/commit/d0b06832dca36a85b5ea23f08b845b07a1fb9c4e) Add test for related error handling ([#186](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/186)) - [`c49c65b`](https://github.com/philipn/django-rest-framework-filters/commit/c49c65b260864c2ad798f08afcf692850019dd1f) Fix broken RelatedFilter instances in tests ([#185](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/185)) - [`46a4e09`](https://github.com/philipn/django-rest-framework-filters/commit/46a4e0989e922d7911a58730684df4cbbf0272af) Merge pull request [#184](https://github-redirect.dependabot.com/philipn/django-rest-framework-filters/issues/184) from rpkilby/test-exclude-backend - Additional commits viewable in [compare view](https://github.com/philipn/django-rest-framework-filters/compare/v0.8.0...v0.11.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.

Dependabot has been acquired by GitHub  🎉