Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Bump djangorestframework-filters from 0.8.0 to 0.11.1 #11

Open
wants to merge 1 commit into
base: graphene-2
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented May 23, 2019

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-filter compatibility to 1.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-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

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

  • Updates django-filter requirement to 0.15.0
  • #101 Add support for Django 1.10, set DRF support to 3.3, 3.4, and drop support for python 3.2
  • #114 Add lookups argument to RelatedFilter
... (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.0 to v1.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:

  • #128 Fix all lookups handling for related fields
  • #129 Fix backend template rendering
... (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.


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:

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

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 23, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/djangorestframework-filters-0.11.1 branch from 525f603 to 48d809c Compare May 23, 2019 19:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant