diff options
author | kai <kai@FreeBSD.org> | 2019-04-26 03:16:41 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-04-26 03:16:41 +0800 |
commit | 992f33a50191ceb22588062b131b61b4c0937d8c (patch) | |
tree | 89a88119e9f62f88d3f5c2155ef60b316ba1be2f | |
parent | df76c63df279aa3ae8a8a519ce05d7ea40290797 (diff) | |
download | freebsd-ports-gnome-992f33a50191ceb22588062b131b61b4c0937d8c.tar.gz freebsd-ports-gnome-992f33a50191ceb22588062b131b61b4c0937d8c.tar.zst freebsd-ports-gnome-992f33a50191ceb22588062b131b61b4c0937d8c.zip |
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)
-rw-r--r-- | www/py-dj21-django-filter/Makefile | 2 | ||||
-rw-r--r-- | 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 |