graphene-auth-examples
                                
                                
                                
                                    graphene-auth-examples copied to clipboard
                            
                            
                            
                        Bump djangorestframework-filters from 0.8.0 to 0.11.1
Bumps djangorestframework-filters from 0.8.0 to 0.11.1.
Release notes
Sourced from djangorestframework-filters's releases.
v0.11.1
No release notes provided.
v0.10.2.post0
This is a post release that set
django-filtercompatibility to1.x.
- #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 Fix method name collision
 v0.10.1
This is a maintenance release that fixes the following bugs:
- #172 Prevent deepcopying of filter's parent
 v0.10.0
This release primarily adds compatibility with
django-filter1.0 (more details in #144), and is an intermediate step to overhauling the behavior of filters that span relationships.As
RelatedFilteris a subclass ofModelChoiceFilter, you may take advantage of thecallablebehavior for thequerysetargument. Thequerysetis 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 Removed deprecation warnings
 - #128 Fix all lookups handling for related fields
 - #129 Fix template rendering
 - #139 Fix metaclass inheritance bug
 - #146 Make
 RelatedFilter.queryseta required argument- #154 Add python 3.6 support
 - #161 Fix request-based filtering
 - #170 Improve RelatedFilter queryset error message
 v0.9.1
- #128 Fix all lookups handling for related fields
 - #129 Fix backend template rendering
 - #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.
... (truncated)
Changelog
Sourced from djangorestframework-filters's changelog.
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.0tov1.1. No new functionality has been introduced.v0.10.2.post0:
- #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 Fix method name collision
 v0.10.1:
This is a maintenance release that fixes the following bugs:
- #172 Prevent deepcopying of filter's parent
 v0.10.0:
This release primarily adds compatibility with django-filter 1.0 (more details in #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 Removed deprecation warnings
 - #128 Fix all lookups handling for related fields
 - #129 Fix template rendering
 - #139 Fix metaclass inheritance bug
 - #146 Make RelatedFilter.queryset a required argument
 - #154 Add python 3.6 support
 - #161 Fix request-based filtering
 - #170 Improve RelatedFilter queryset error message
 v0.9.1:
... (truncated)
Commits
331b23ev0.11.124c67bdFix 0.11.x packaging (#296)ed634c8Update django-filter to v1.1 (#292)ff8943fv0.10.2.post077c5380v0.10.2373242fFix method name collision (#189)49b77ccMerge pull request #178 from edmorley/generate-wheelsd0b0683Add test for related error handling (#186)c49c65bFix broken RelatedFilter instances in tests (#185)46a4e09Merge pull request #184 from rpkilby/test-exclude-backend- Additional commits viewable in compare view
 
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- 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.
