Skip to content

Update django-filter to 2.1.0 #561

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

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django-filter from 2.0.0 to 2.1.0.

Changelog

2.1

-----------------------

* Fixed a regression in ``FilterView`` introduced in 2.0. An empty ``QuerySet`` was
incorrectly used whenever the FilterSet was unbound (i.e. when there were
no GET parameters).  The correct, pre-2.0 behaviour is now restored.

A workaround was to set ``strict=False`` on the ``FilterSet``. This is no
longer necessary, so you may restore `strict` behaviour as desired.

* Added ``IsoDateTimeFromToRangeFilter``. Allows From-To filtering using
ISO-8601 formatted dates.
Links

@codecov
Copy link

codecov bot commented Jan 20, 2019

Codecov Report

Merging #561 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #561   +/-   ##
======================================
  Coverage    95.6%   95.6%           
======================================
  Files          55      55           
  Lines        2843    2843           
======================================
  Hits         2718    2718           
  Misses        125     125

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4bc65d...9607762. Read the comment docs.

@sliverc sliverc merged commit 46bee73 into master Jan 21, 2019
@sliverc sliverc deleted the pyup-update-django-filter-2.0.0-to-2.1.0 branch January 21, 2019 07:45
@n2ygk n2ygk mentioned this pull request Jun 7, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants