From 992f33a50191ceb22588062b131b61b4c0937d8c Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 25 Apr 2019 19:16:41 +0000 Subject: 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) --- www/py-dj21-django-filter/Makefile | 2 +- www/py-dj21-django-filter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/py-dj21-django-filter/Makefile b/www/py-dj21-django-filter/Makefile index 600f568a071d..63bfb6bf5450 100644 --- a/www/py-dj21-django-filter/Makefile +++ b/www/py-dj21-django-filter/Makefile @@ -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- diff --git a/www/py-dj21-django-filter/distinfo b/www/py-dj21-django-filter/distinfo index 7eb2f2f22288..8a432a9aa9c9 100644 --- a/www/py-dj21-django-filter/distinfo +++ b/www/py-dj21-django-filter/distinfo @@ -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 -- cgit