www/py-dj21-django-filter: Update to 2.1.0

Changelog:

* 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 one may restore strict behaviour as desired.

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

https://github.com/carltongibson/django-filter/releases/tag/2.1.0

Approved by:	mentors (implicit)
This commit is contained in:
Kai Knoblich 2019-04-25 19:16:41 +00:00
parent 77bc3a933c
commit 7df962fbe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500068
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= django-filter
DISTVERSION= 2.0.0
DISTVERSION= 2.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1549893591
SHA256 (django-filter-2.0.0.tar.gz) = 6f4e4bc1a11151178520567b50320e5c32f8edb552139d93ea3e30613b886f56
SIZE (django-filter-2.0.0.tar.gz) = 142039
TIMESTAMP = 1556216852
SHA256 (django-filter-2.1.0.tar.gz) = 3dafb7d2810790498895c22a1f31b2375795910680ac9c1432821cbedb1e176d
SIZE (django-filter-2.1.0.tar.gz) = 142256